Fix golint import path

This commit is contained in:
golint fixer
2018-10-25 09:37:10 -05:00
parent 06678499d4
commit 6cef585071

View File

@@ -4,7 +4,7 @@ go:
- tip - tip
- 1.9 - 1.9
script: 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 golang.org/x/tools/cmd/cover
- go get github.com/kisom/goutils/... - go get github.com/kisom/goutils/...
- go test -cover github.com/kisom/goutils/... - go test -cover github.com/kisom/goutils/...