cmd/go: clarify "does not contain package" error? #39593
Labels
modules
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Milestone
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
Yes
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
main.go:
go.mod:
go build
What did you expect to see?
I expected it to download that version of sys.
What did you see instead?
I wanted version
20190204203706-41f3e6584952
but it's attempting to download20200610111108-226ff32320da
instead, and also failing for some reason.The text was updated successfully, but these errors were encountered: