cmd/go: include GOMODCACHE in 'go help environment'
Updates #34527 Fixes #40089 Change-Id: Ie9c8573536e5c31e874d755f4d888ffc805b796f Reviewed-on: https://go-review.googlesource.com/c/go/+/241275 Run-TryBot: Jay Conrod <jayconrod@google.com> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Michael Matloob <matloob@golang.org>
This commit is contained in:
parent
3a4322627e
commit
e88ea87e7b
@ -1700,6 +1700,8 @@
|
|||||||
// GOCACHE
|
// GOCACHE
|
||||||
// The directory where the go command will store cached
|
// The directory where the go command will store cached
|
||||||
// information for reuse in future builds.
|
// information for reuse in future builds.
|
||||||
|
// GOMODCACHE
|
||||||
|
// The directory where the go command will store downloaded modules.
|
||||||
// GODEBUG
|
// GODEBUG
|
||||||
// Enable various debugging facilities. See 'go doc runtime'
|
// Enable various debugging facilities. See 'go doc runtime'
|
||||||
// for details.
|
// for details.
|
||||||
|
@ -493,6 +493,8 @@ General-purpose environment variables:
|
|||||||
GOCACHE
|
GOCACHE
|
||||||
The directory where the go command will store cached
|
The directory where the go command will store cached
|
||||||
information for reuse in future builds.
|
information for reuse in future builds.
|
||||||
|
GOMODCACHE
|
||||||
|
The directory where the go command will store downloaded modules.
|
||||||
GODEBUG
|
GODEBUG
|
||||||
Enable various debugging facilities. See 'go doc runtime'
|
Enable various debugging facilities. See 'go doc runtime'
|
||||||
for details.
|
for details.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user