build: go vet is now included in the distribution

This commit is contained in:
Jakob Borg 2016-04-08 10:19:11 +00:00 committed by Audrius Butkevicius
parent 5a98af622d
commit cf64376dca
1 changed files with 0 additions and 1 deletions

View File

@ -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")