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

test misspell #95

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

test misspell #95

wants to merge 1 commit into from

Conversation

jirfag
Copy link
Member

@jirfag jirfag commented Jun 29, 2019

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
package p

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

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