Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

x/website/_content/doc/tutorial/workspaces: wrong content re go get golang.org/x/example/reverse #72845

Closed
eidgenossen opened this issue Mar 13, 2025 · 2 comments
Labels
help wanted NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. website
Milestone

Comments

@eidgenossen
Copy link

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?

@gopherbot gopherbot added this to the Unreleased milestone Mar 13, 2025
@seankhliao seankhliao changed the title x/website:https://go.dev/doc/tutorial/workspaces wrong content re go get golang.org/x/example/reverse x/website/_content/doc/tutorial/workspaces: wrong content re go get golang.org/x/example/reverse Mar 13, 2025
@dr2chase
Copy link
Contributor

@golang/tools-team

@dr2chase dr2chase added the NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. label Mar 14, 2025
@findleyr
Copy link
Member

findleyr commented Apr 4, 2025

I'm confused. This was fixed by https://go.dev/cl/515238 (a year and a half ago!), and is no longer live on the website.

Closing... but I'm curious how you encountered such an old copy of the website.

@findleyr findleyr closed this as completed Apr 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. website
Projects
None yet
Development

No branches or pull requests

4 participants