Skip to content

Commit

Permalink
fix golint path
Browse files Browse the repository at this point in the history
  • Loading branch information
itchyny committed Oct 13, 2018
1 parent 9ff64e3 commit a4611df
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ test: lint gofmt

testdeps:
go get -d -v -t ./...
go get github.com/golang/lint/golint
go get golang.org/x/tools/cmd/cover
go get github.com/axw/gocov/gocov
go get github.com/mattn/goveralls
go get golang.org/x/lint/golint \
golang.org/x/tools/cmd/cover \
github.com/axw/gocov/gocov \
github.com/mattn/goveralls

LINT_RET = .golint.txt
lint: testdeps
Expand Down

0 comments on commit a4611df

Please sign in to comment.