x/vgo: go list should avoid downloads when possible #24066
Labels
FrozenDueToAge
NeedsDecision
Feedback is required from experts, contributors, and/or the community before a change can be made.
Milestone
What version of Go are you using (
go version
)?go version devel +104445e Wed Feb 7 19:22:09 2018 +0000 linux/amd64 vgo:2018-02-20.1
What did you do?
What did you expect to see?
I expected it to list the packages under the current path.
I would expect this to happen without any need to update or resolve dependencies.
What did you see instead?
It started to resolve imports by fetching dependencies.
The text was updated successfully, but these errors were encountered: