Skip to content

Commit

Permalink
Fix golint import path
Browse files Browse the repository at this point in the history
  • Loading branch information
golint-fixer authored and sergeyfrolov committed Oct 24, 2018
1 parent ca9872f commit 0e6cb30
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 @@ -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

Expand Down

0 comments on commit 0e6cb30

Please sign in to comment.