Skip to content

Commit

Permalink
fix golint path
Browse files Browse the repository at this point in the history
  • Loading branch information
Songmu committed Oct 14, 2018
1 parent d7e964d commit 902aa87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -10,7 +10,7 @@ deps:
go get ${u} -d -v -t ./...

devel-deps: deps
go get ${u} github.com/golang/lint/golint \
go get ${u} golang.org/x/lint/golint \
github.com/mattn/goveralls \
github.com/motemen/gobump/cmd/gobump \
github.com/Songmu/goxz/cmd/goxz \
Expand Down

0 comments on commit 902aa87

Please sign in to comment.