Merge pull request #90 from rootfs/master

fix golint
This commit is contained in:
Huamin Chen
2018-10-15 11:08:39 -04:00
committed by GitHub

View File

@ -10,7 +10,7 @@ go: 1.9.x
before_script:
- GO_FILES=$(find . -iname '*.go' -type f | grep -v /vendor/)
- go get github.com/golang/lint/golint
- go get -u golang.org/x/lint/golint #go get github.com/golang/lint/golint
script:
- test -z $(gofmt -s -l $GO_FILES)