Skip to content

Commit

Permalink
Fix golint import path (#153)
Browse files Browse the repository at this point in the history
  • Loading branch information
azillion authored and jessfraz committed Oct 22, 2018
1 parent eb4e1cc commit 938012b
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 @@ -5,7 +5,7 @@ services:
go:
- 1.10.x
before_install:
- go get github.com/golang/lint/golint
- go get golang.org/x/lint/golint
- go get honnef.co/go/tools/cmd/staticcheck
jobs:
include:
Expand Down

0 comments on commit 938012b

Please sign in to comment.