We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43811d3 commit c7003bbCopy full SHA for c7003bb
Makefile
@@ -35,5 +35,5 @@ tools: tools.golint
35
tools.golint:
36
@command -v golint >/dev/null ; if [ $$? -ne 0 ]; then \
37
echo "--> installing golint"; \
38
- go get github.com/golang/lint/golint; \
+ go get golang.org/x/lint/golint; \
39
fi
0 commit comments