Browse Source

build: go vet is now included in the distribution

Jakob Borg 9 years ago
parent
commit
cf64376dca
1 changed files with 0 additions and 1 deletions
  1. 0 1
      build.go

+ 0 - 1
build.go

@@ -267,7 +267,6 @@ func checkRequiredGoVersion() (float64, bool) {
 
 func setup() {
 	runPrint("go", "get", "-v", "golang.org/x/tools/cmd/cover")
-	runPrint("go", "get", "-v", "golang.org/x/tools/cmd/vet")
 	runPrint("go", "get", "-v", "golang.org/x/net/html")
 	runPrint("go", "get", "-v", "github.com/FiloSottile/gvt")
 	runPrint("go", "get", "-v", "github.com/axw/gocov/gocov")