Skip to content

Commit

Permalink
Go vet no longer exists at this address
Browse files Browse the repository at this point in the history
It comes with the default go tools.

Signed-off-by: Stéphane Graber <[email protected]>
  • Loading branch information
stgraber committed Apr 7, 2016
1 parent 554842b commit f244dce
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,6 @@ protobuf:
.PHONY: check
check: default
go get -v -x github.com/remyoudompheng/go-misc/deadcode
@# go vet can (and does on go < 1.5) fail
go get -v -x golang.org/x/tools/cmd/vet || true
go test -v ./...
cd test && ./main.sh

Expand Down

0 comments on commit f244dce

Please sign in to comment.