The cmd/vet/all program right now builds golang.org/x/tools/go/analysis/cmd/vet using the x/tools repo head tree places there by the x/build/cmd/coordinator.
Several problems with that, including:
- it doesn't work on release branches
- it's extra complication in the coordinator
It'd be nicer if cmd/vet/all just use modules mechanism & its versioning to get at x/tools/go/analysis/cmd/vet instead.
And then the coordinator could be simplified (https://golang.org/cl/169198).
/cc @dmitshur @bcmills @josharian