Skip to content

Commit ccab8c5

Browse files
author
Eric Rutherford
committed
updating the import path for golint
1 parent 6a25cc3 commit ccab8c5

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
@@ -7,7 +7,7 @@ go:
77
- 1.10.x
88

99
before_install:
10-
- go get github.com/golang/lint/golint
10+
- go get golang.org/x/lint/golint
1111

1212
before_script:
1313
- go vet ./...

0 commit comments

Comments
 (0)