Skip to content

Commit b1a0f29

Browse files
authored
Merge pull request #15 from golint-fixer/master
Fix golint import path
2 parents f1c076e + 11f06a7 commit b1a0f29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ before_install:
4545
- go version
4646

4747
install:
48-
- if [ $CHECK_GOLINT ]; then go get github.com/golang/lint/golint; fi
48+
- if [ $CHECK_GOLINT ]; then go get golang.org/x/lint/golint; fi
4949
- go get -a github.com/mattn/goveralls
5050
- go get -a golang.org/x/tools/cmd/cover
5151
- go get -a github.com/pierrre/gotestcover

0 commit comments

Comments
 (0)