Skip to content
This repository was archived by the owner on Jun 2, 2023. It is now read-only.

test misspell - #95

Open
jirfag wants to merge 1 commit into
masterfrom
feature/test-misspell-diff
Open

test misspell#95
jirfag wants to merge 1 commit into
masterfrom
feature/test-misspell-diff

Conversation

@jirfag

@jirfag jirfag commented Jun 29, 2019

Copy link
Copy Markdown
Collaborator

No description provided.

@golangci golangci deleted a comment from golangcibot Jun 29, 2019
@golangci golangci deleted a comment from golangcibot Jun 29, 2019
@jirfag
jirfag force-pushed the feature/test-misspell-diff branch from cc861cb to 7b97cbf Compare June 29, 2019 21:05
@jirfag
jirfag force-pushed the feature/test-misspell-diff branch from 7b97cbf to 0454106 Compare June 29, 2019 21:09
@golangci golangci deleted a comment from golangcibot Jun 29, 2019
Comment thread p/nums.go
package p

func GetNumsExceptFirst(nums []int) []int {
return nums[1:len(nums)]

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

File is not gofmt-ed with -s (from gofmt)

Suggested change
return nums[1:len(nums)]
return nums[1:]

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants