]> Cypherpunks repositories - gostls13.git/commit
cmd/go: document GO{NO}SUMDB in 'go help environment' and 'go help modules'
authorTyler Bui-Palsulich <tbp@google.com>
Tue, 28 May 2019 19:50:01 +0000 (15:50 -0400)
committerTyler Bui-Palsulich <tbp@google.com>
Tue, 4 Jun 2019 20:57:36 +0000 (20:57 +0000)
commit27eaffc053d77e967c8bcd71b47087f468accb46
treeb22758bff7c35c434cad6b094d3085c9ecf099d9
parentfff4f599fe1c21e411a99de5c9b3777d06ce0ce6
cmd/go: document GO{NO}SUMDB in 'go help environment' and 'go help modules'

GOSUMDB and GONOSUMDB are described in detail by
'go help module-auth'. So, this change mentions the two
variables and says to see 'go help module-auth'.

This also adds GONOPROXY to 'go help environment'.

Fixes #32292 and updates #32056.

Change-Id: I2eae0f906a3fbfcb88ad5c8fb4870917d0d7bbcd
Reviewed-on: https://go-review.googlesource.com/c/go/+/179219
Reviewed-by: Russ Cox <rsc@golang.org>
src/cmd/go/alldocs.go
src/cmd/go/internal/help/helpdoc.go
src/cmd/go/internal/modload/help.go