Skip to content

x/website: typo in workspaces tutorial #51716

@algonzalez

Description

@algonzalez

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:

Metadata

Metadata

Assignees

No one assigned

    Labels

    DocumentationIssues describing a change to documentation.FrozenDueToAgeNeedsFixThe path to resolution is known, but the work has not been done.

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions