Skip to content

Commit

Permalink
fix: Fix golint to new URL
Browse files Browse the repository at this point in the history
  • Loading branch information
appleboy committed Oct 14, 2018
1 parent d3999bf commit 3a227c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -71,7 +71,7 @@ errcheck:

lint:
@hash golint > /dev/null 2>&1; if [ $$? -ne 0 ]; then \
$(GO) get -u github.com/golang/lint/golint; \
$(GO) get -u golang.org/x/lint/golint; \
fi
for PKG in $(PACKAGES); do golint -set_exit_status $$PKG || exit 1; done;

Expand Down

0 comments on commit 3a227c8

Please sign in to comment.