]> Cypherpunks repositories - gostls13.git/commit
cmd/go: document $GOPROXY, other module adjustments
authorRuss Cox <rsc@golang.org>
Wed, 18 Jul 2018 18:40:20 +0000 (14:40 -0400)
committerRuss Cox <rsc@golang.org>
Thu, 19 Jul 2018 18:15:44 +0000 (18:15 +0000)
commit50df4b30cc5f4e7cc504ada0c1276399be3c37c2
tree71c0f9ee06b4e0c2a1a3553f0289c84c3e89495f
parent9039c2c0bfc0c55e93756d9391fc71f13e87fcda
cmd/go: document $GOPROXY, other module adjustments

Also document module use of GOPATH including GOPATH/src/mod
and GOPATH/bin (unless GOBIN is set).

Fixes #26399.
Fixes #26406.

Change-Id: I7be8eaf110f4fa6fc76ea4cd39aea3dd8addf0b0
Reviewed-on: https://go-review.googlesource.com/124707
Reviewed-by: Bryan C. Mills <bcmills@google.com>
src/cmd/go/internal/help/helpdoc.go
src/cmd/go/internal/modfetch/proxy.go
src/cmd/go/internal/modload/help.go