You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
heschi
changed the title
cmd/go: go list cmd/vendor/<whatever> downloads
cmd/go: go list of stdlib packages that depend on vendored packages downloads, doesn't work
Oct 25, 2018
It's a weird thing to do, but I figured I'd note it for the record.
If for some reason you do
go list
on a vendored package in the stdlib, the upstream version gets downloaded, and of course doesn't work:I'm not sure what I was expecting, probably some kind of error, but downloading the upstream version was surprising.
The text was updated successfully, but these errors were encountered: