]> Cypherpunks repositories - gostls13.git/commit
cmd/vet/all: delete
authorRuss Cox <rsc@golang.org>
Fri, 10 May 2019 02:57:45 +0000 (22:57 -0400)
committerRuss Cox <rsc@golang.org>
Thu, 16 May 2019 03:24:57 +0000 (03:24 +0000)
commit86463c157b063de47c8faef51a2f7c6de5fe4e7c
tree710da0cf5548934725325705eae9f44505034d9c
parent4f76871bd75530682964bd81d050e280c5309438
cmd/vet/all: delete

The work of running full vet on std and cmd during local development
has moved to go test, which of course runs during all.bash.

For errors in other GOOS/GOARCH combinations, the misc-compile
builders (running buildall.bash) also now run go vet std cmd.

The vetall builder need not do anything anymore.
Make it a no-op until it can be retired, and remove
cmd/vet/all and its special case in the go command.

Fixes #31916.

Change-Id: I8f30d184c382ea7c2c8f520e5618f680db633968
Reviewed-on: https://go-review.googlesource.com/c/go/+/176440
Run-TryBot: Russ Cox <rsc@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/cmd/dist/test.go
src/cmd/go/internal/modload/init.go
src/cmd/vet/all/main.go [deleted file]
src/cmd/vet/all/whitelist/all.txt [deleted file]
src/cmd/vet/all/whitelist/readme.txt [deleted file]