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 fa2196a commit c30af2b
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 @@ -3,7 +3,7 @@ test: deps

deps:
go get -d -v -t ./...
go get github.com/golang/lint/golint
go get golang.org/x/lint/golint
go get github.com/mattn/goveralls

lint: deps
Expand Down

0 comments on commit c30af2b

Please sign in to comment.