Skip to content

Commit c7003bb

Browse files
committed
Use golang version of golint
1 parent 43811d3 commit c7003bb

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
@@ -35,5 +35,5 @@ tools: tools.golint
3535
tools.golint:
3636
@command -v golint >/dev/null ; if [ $$? -ne 0 ]; then \
3737
echo "--> installing golint"; \
38-
go get github.com/golang/lint/golint; \
38+
go get golang.org/x/lint/golint; \
3939
fi

0 commit comments

Comments
 (0)