Skip to content

Commit

Permalink
Use new path for go vet
Browse files Browse the repository at this point in the history
  • Loading branch information
9seconds committed Dec 30, 2014
1 parent 62ff236 commit 6a35639
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 @@ -48,7 +48,7 @@ godep:
go get github.com/tools/godep || true

govet:
go get code.google.com/p/go.tools/cmd/vet || true
go get golang.org/x/tools/cmd/vet || true

golint:
go get github.com/golang/lint/golint || true
Expand Down

0 comments on commit 6a35639

Please sign in to comment.