Skip to content
This repository was archived by the owner on Apr 11, 2022. It is now read-only.

Commit 2f6f674

Browse files
committed
update golint path in Makefile
refer: golang/lint#415
1 parent e4de5f0 commit 2f6f674

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
default: build
22

33
installdep:
4-
@go get github.com/golang/lint/golint
4+
@go get golang.org/x/lint/golint
55
@go get
66

77
build: installdep

0 commit comments

Comments
 (0)