-
Notifications
You must be signed in to change notification settings - Fork 18.7k
Closed
Labels
NeedsInvestigationSomeone must examine and confirm this is a valid issue and not a duplicate of an existing one.Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.help wantedwebsite
Milestone
Description
What is the URL of the page with the issue?
https://go.dev/doc/tutorial/workspaces
What is your user agent?
Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0
Screenshot
What did you do?
I followed the tuturial instruction to run...
go get golang.org/x/example/reverse
which returns the following error message
go: downloading golang.org/x/example v0.0.0-20241216154601-40afcb705d05
go: module golang.org/x/example@upgrade found (v0.0.0-20241216154601-40afcb705d05), but does not contain package golang.org/x/example/reverse
It should be...
go get golang.org/x/example/hello/reverse
which returns
go: downloading golang.org/x/example/hello v0.0.0-20241216154601-40afcb705d05
go: added golang.org/x/example/hello v0.0.0-20241216154601-40afcb705d05
...and allows the user to complete the rest of the tutorial
What did you expect to see?
What did you see instead?
Metadata
Metadata
Assignees
Labels
NeedsInvestigationSomeone must examine and confirm this is a valid issue and not a duplicate of an existing one.Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.help wantedwebsite