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 proxy is mentioned but not available #26553

Closed
dmitris opened this issue Jul 23, 2018 · 2 comments
Closed

cmd/go: go help proxy is mentioned but not available #26553

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

Comments

@dmitris
Copy link
Contributor

dmitris commented Jul 23, 2018

Please answer these questions before submitting your issue. Thanks!

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

go version devel +62f401bf18 Mon Jul 23 16:05:04 2018 +0000 darwin/amd64

Does this issue reproduce with the latest release?

reproduces with go1.11beta2

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

GOOS="darwin"
GOARCH="amd64"

What did you do?

GOPROXY
	URL of Go module proxy. See 'go help goproxy'.
  • tried to run go help goproxy - got an error: "Unknown help topic goproxy. Run 'go help'."

What did you expect to see?

help documentation for goproxy

What did you see instead?

Unknown help topic goproxy. Run 'go help'.

Note that go help goproxy is also mentioned close to the end of https://tip.golang.org/cmd/go/#hdr-Remote_import_paths ("Remote import paths") section:

When using modules, downloaded packages are stored in the module cache. (See 'go help
modules-get' and 'go help goproxy'.)

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

@bcmills @rsc

@gopherbot
Copy link

Change https://golang.org/cl/125658 mentions this issue: cmd/go: add 'go help goproxy'

@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
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

3 participants