Skip to content

Commit

Permalink
Fix golint installation
Browse files Browse the repository at this point in the history
  • Loading branch information
kaneshin committed Jan 1, 2020
1 parent e119232 commit c83c696
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 @@ -62,7 +62,7 @@ verify-github-token:
golint:
ifndef HAVE_GOLINT
@echo "Installing linter"
@go get -u github.com/golang/lint/golint
@go get -u golang.org/x/lint/golint
endif

gocyclo:
Expand Down

0 comments on commit c83c696

Please sign in to comment.