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 c0b2c8a commit c42b366Copy full SHA for c42b366
Makefile
@@ -129,7 +129,7 @@ errcheck:
129
.PHONY: lint
130
lint:
131
@hash golint > /dev/null 2>&1; if [ $$? -ne 0 ]; then \
132
- $(GO) get -u github.com/golang/lint/golint; \
+ $(GO) get -u golang.org/x/lint/golint; \
133
fi
134
for PKG in $(PACKAGES); do golint -set_exit_status $$PKG || exit 1; done;
135
0 commit comments