Merge pull request #6 from golint-fixer/master

Fix golint import path
This commit is contained in:
Kyle Isom 2018-10-31 18:31:23 -07:00 committed by GitHub
commit 03e8958dd7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ go:
- tip
- 1.9
script:
- go get github.com/golang/lint/golint
- go get golang.org/x/lint/golint
- go get golang.org/x/tools/cmd/cover
- go get github.com/kisom/goutils/...
- go test -cover github.com/kisom/goutils/...