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: It looks like there's a copy paste error in the "Create a Go module" tutorial #41218

Closed
Andrew-SK opened this issue Sep 4, 2020 · 2 comments
Labels
Documentation FrozenDueToAge NeedsFix The path to resolution is known, but the work has not been done.
Milestone

Comments

@Andrew-SK
Copy link

Create a module -- Write a small module with functions you can call from another module.
Call your code from another module -- Add simple error handling.
Return and handle an error -- Add simple error handling.
Return a random greeting -- Handle data in slices (Go's dynamically-sized arrays).

The text in the 2nd list item is a duplicate of the text in the 3rd list item.

@gopherbot
Copy link

Change https://golang.org/cl/253117 mentions this issue: Fix mistake in "Create a Go module" tutorial

@dmitshur dmitshur added Documentation NeedsFix The path to resolution is known, but the work has not been done. labels Sep 4, 2020
@dmitshur
Copy link
Contributor

dmitshur commented Sep 4, 2020

/cc @stevetraut

Andrew-SK added a commit to Andrew-SK/website that referenced this issue Sep 5, 2020
The previous text appears to be referring to the next item in the
list. This updates the alt text to refer to the correct tutorial.

Fixes golang/go#41218
@golang golang locked and limited conversation to collaborators Sep 8, 2021
passionSeven added a commit to passionSeven/website that referenced this issue Oct 18, 2022
The previous text appears to be referring to the next item in the
list. This updates the alt text to refer to the correct tutorial.

Fixes golang/go#41218

Change-Id: I24d910a6a37b58ced8febfa99bf89f23126d4f18
GitHub-Last-Rev: 77107311247fc5770a09b6913a59edf7844a6371
GitHub-Pull-Request: golang/website#14
Reviewed-on: https://go-review.googlesource.com/c/website/+/253117
Run-TryBot: Dmitri Shuralyov <dmitshur@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
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

Successfully merging a pull request may close this issue.

3 participants