Fix golint import path

This commit is contained in:
golint fixer 2018-10-24 15:35:56 -05:00 committed by sergeyfrolov
parent ca9872fd5f
commit 0e6cb300a3

View file

@ -9,7 +9,7 @@ dist: trusty
install:
- go get -t ./...
- go get github.com/golang/lint/golint
- go get golang.org/x/lint/golint
# Install gometalinter
- go get github.com/alecthomas/gometalinter