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: typo in workspaces tutorial #51716

Closed
algonzalez opened this issue Mar 16, 2022 · 1 comment
Closed

x/website: typo in workspaces tutorial #51716

algonzalez opened this issue Mar 16, 2022 · 1 comment
Labels
Documentation FrozenDueToAge NeedsFix The path to resolution is known, but the work has not been done.
Milestone

Comments

@algonzalez
Copy link

What version of Go are you using (go version)?

$ go version
go version go1.18 windows/amd64

Does this issue reproduce with the latest release?

Yes

What operating system and processor architecture are you using (go env)?

go env Output
$ go env
set GOARCH=amd64
set GOHOSTARCH=amd64
set GOHOSTOS=windows
set GOAMD64=v1

What did you do?

Reading tutorial on workspaces; line https://github.com/golang/website/blob/76352824d2e26b9d9407709835151c27642d45b3/_content/doc/tutorial/workspaces.md?plain=1#L193 does not appear to be accurate.

What did you expect to see?

Text for creating a file such as:

Create a `toupper.go` file in the `workspace/example/stringutil` directory with the following contents:

What did you see instead?

Text for adding a folder:

 Add a new folder to the `workspace/example/stringutil` directory containing the following contents:
@gopherbot gopherbot added this to the Unreleased milestone Mar 16, 2022
@algonzalez algonzalez changed the title x/website: x/website: workspaces tutorial text needs clarifying Mar 16, 2022
@seankhliao seankhliao changed the title x/website: workspaces tutorial text needs clarifying x/website: typo in workspaces tutorial Mar 16, 2022
@seankhliao seankhliao added Documentation NeedsFix The path to resolution is known, but the work has not been done. labels Mar 16, 2022
@seankhliao
Copy link
Member

This was fixed in CL 393360

@golang golang locked and limited conversation to collaborators Mar 22, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Documentation FrozenDueToAge NeedsFix The path to resolution is known, but the work has not been done.
Projects
None yet
Development

No branches or pull requests

3 participants