From f244dce16a6b8f397518b7acd3bda842c69af2bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Graber?= Date: Wed, 6 Apr 2016 21:33:39 -0400 Subject: [PATCH] Go vet no longer exists at this address MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It comes with the default go tools. Signed-off-by: Stéphane Graber --- Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Makefile b/Makefile index 975928f436b4..edc11ed30333 100644 --- a/Makefile +++ b/Makefile @@ -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