]> Cypherpunks repositories - gostls13.git/commit
cmd/go: vet: revert $GOVETTOOL env var, restore -vettool flag
authorAlan Donovan <adonovan@google.com>
Thu, 8 Nov 2018 15:43:40 +0000 (10:43 -0500)
committerAlan Donovan <adonovan@google.com>
Thu, 8 Nov 2018 17:41:25 +0000 (17:41 +0000)
commit58963354c4d56379cb95115a1d094c8ebfcad297
treedb858d6048a7d4368992cd2a98c6afb285a9e001
parent5e9ad4a9b4a11e1e879ff061e09a10eef6bd605b
cmd/go: vet: revert $GOVETTOOL env var, restore -vettool flag

The environment variable is no longer necessary as we now plan to
transition to the new vet by replacing it in a single step,
and we really don't want to add more environment variables.

Fixes #28636

Change-Id: Ib85e5c0d61213b7b9f6a53d9376fec29525df971
Reviewed-on: https://go-review.googlesource.com/c/148497
Run-TryBot: Alan Donovan <adonovan@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Bryan C. Mills <bcmills@google.com>
src/cmd/go/internal/vet/vetflag.go
src/cmd/go/internal/work/buildid.go
src/cmd/vet/vet_test.go