Skip to content

Commit

Permalink
Update golint import path
Browse files Browse the repository at this point in the history
The golint package updated its import path in commit c363707d6884 [1],
from github.com/golang/lint to golang.org/x/lint. The github repo is now
merely a mirror, as it seems.

Follow this and update github.com/golang/lint/golint to the new import
path golang.org/x/lint/golint.

[1] golang/lint@c363707d6884
  • Loading branch information
jsageryd committed Jun 8, 2018
1 parent 4580df3 commit aa17bfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ sudo: false
install:
- go get github.com/go-stack/stack
- go get github.com/sirupsen/logrus
- go get github.com/golang/lint/golint
- go get golang.org/x/lint/golint
- go get github.com/kr/pretty

script:
Expand Down

0 comments on commit aa17bfa

Please sign in to comment.