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

cmd/go: go help mod should mention go help module #26597

Closed
rogpeppe opened this issue Jul 25, 2018 · 2 comments
Closed

cmd/go: go help mod should mention go help module #26597

rogpeppe opened this issue Jul 25, 2018 · 2 comments
Labels
Documentation FrozenDueToAge modules NeedsFix The path to resolution is known, but the work has not been done.
Milestone

Comments

@rogpeppe
Copy link
Contributor

go version devel +5f5402b Tue Jul 24 23:54:08 2018 +0000 linux/amd64

The help for go help mod should mention the existence of the modules help page
which contains crucial information about GO111MODULE and how modules work.
I didn't know that existed until I grepped for GO111 in the Go source tree and found
that help text.

Perhaps if #26581 was addressed, then the output of go help mod could be the same as that of go help modules now, as well as mentioning the subcommands.

@andybons andybons added the NeedsFix The path to resolution is known, but the work has not been done. label Jul 25, 2018
@andybons andybons added this to the Go1.11 milestone Jul 25, 2018
@andybons
Copy link
Member

@rsc @bcmills

@gopherbot
Copy link

Change https://golang.org/cl/125935 mentions this issue: cmd/go: document in 'go help mod' that people should use 'go get'

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

No branches or pull requests

4 participants