Fix golint import path

This commit is contained in:
golint fixer 2018-10-24 15:46:04 -05:00
parent 4eb8362deb
commit d8266667dc

View file

@ -89,7 +89,7 @@ before_install:
- vips --vips-version
install:
- go get -u github.com/golang/lint/golint
- go get -u golang.org/x/lint/golint
script:
- diff -u <(echo -n) <(gofmt -s -d ./)