Skip to content

Commit 2d0ee61

Browse files
committed
Fix golink install link.
1 parent aa1ffb5 commit 2d0ee61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ snapshot:
3232
@goreleaser --snapshot
3333

3434
dev-requirements:
35-
go get -u github.com/golang/lint/golint
35+
go get -u golang.org/x/lint/golint
3636
go get -u github.com/kisielk/errcheck
3737
go get -u github.com/golang/dep/cmd/dep
3838
go get -u github.com/goreleaser/goreleaser

0 commit comments

Comments
 (0)