Skip to content
This repository was archived by the owner on Jun 6, 2023. It is now read-only.

Commit d71a6d2

Browse files
golint-fixernathany
authored andcommitted
Fix golint import path
1 parent f7b54b6 commit d71a6d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ matrix:
1313
fast_finish: true
1414

1515
before_script:
16-
- go get -u github.com/golang/lint/golint
16+
- go get -u golang.org/x/lint/golint
1717

1818
script:
1919
- ./test.sh

0 commit comments

Comments
 (0)