use correct package name for golint

This commit is contained in:
Josh Humphries 2018-10-12 08:48:20 -04:00
parent 2dd771c49e
commit 09c04deb3e
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ predeclared:
# Intentionally omitted from CI, but target here for ad-hoc reports.
.PHONY: golint
golint:
@go get github.com/golang/lint/golint
@go get golang.org/x/lint/golint
golint -min_confidence 0.9 -set_exit_status ./...
# Intentionally omitted from CI, but target here for ad-hoc reports.