Skip to content
This repository has been archived by the owner on Jan 21, 2020. It is now read-only.

Commit

Permalink
Switch to golang.org/x/lint/golint (#917)
Browse files Browse the repository at this point in the history
Signed-off-by: David Chung <david.chung@docker.com>
  • Loading branch information
David Chung committed Oct 20, 2018
1 parent f6ca83b commit 6c14a75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ PKGS_TEST := $(shell echo $(PKGS_AND_MOCKS) | tr ' ' '\n' | grep pkg$)
get-tools:
@echo "+ $@"
@go get -u \
github.com/golang/lint/golint \
golang.org/x/lint/golint \
github.com/wfarner/blockcheck \
github.com/golang/dep/cmd/dep

Expand Down

0 comments on commit 6c14a75

Please sign in to comment.