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 committed Oct 24, 2018
1 parent 94aa444 commit 1c24c79
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 @@ -3,7 +3,7 @@ sudo: false
go:
- tip
install:
- go get -v github.com/golang/lint/golint
- go get -v golang.org/x/lint/golint
- go get -d -t -v ./...
- go build -v ./...
script:
Expand Down

0 comments on commit 1c24c79

Please sign in to comment.