Skip to content

Commit 2d77558

Browse files
azillionjessfraz
authored andcommitted
Fix golint import path (#9)
1 parent 84f68bd commit 2d77558

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ sudo: false
33
go:
44
- 1.10.x
55
before_install:
6-
- go get github.com/golang/lint/golint
6+
- go get golang.org/x/lint/golint
77
- go get honnef.co/go/tools/cmd/staticcheck
88
jobs:
99
include:

0 commit comments

Comments
 (0)