mirror of
https://github.com/golang/go
synced 2024-11-11 23:50:22 -07:00
cmd/go/internal: remove note about GOCACHE=off
Setting GOCACHE=off is no longer allowed in upcoming releases of Go. Fixes #29680
This commit is contained in:
parent
a2e79571a9
commit
31e904f51d
@ -1397,7 +1397,6 @@
|
||||
// in the standard user cache directory for the current operating system.
|
||||
// Setting the GOCACHE environment variable overrides this default,
|
||||
// and running 'go env GOCACHE' prints the current cache directory.
|
||||
// You can set the variable to 'off' to disable the cache.
|
||||
//
|
||||
// The go command periodically deletes cached data that has not been
|
||||
// used recently. Running 'go clean -cache' deletes all cached data.
|
||||
|
@ -705,7 +705,6 @@ The default location for cache data is a subdirectory named go-build
|
||||
in the standard user cache directory for the current operating system.
|
||||
Setting the GOCACHE environment variable overrides this default,
|
||||
and running 'go env GOCACHE' prints the current cache directory.
|
||||
You can set the variable to 'off' to disable the cache.
|
||||
|
||||
The go command periodically deletes cached data that has not been
|
||||
used recently. Running 'go clean -cache' deletes all cached data.
|
||||
|
Loading…
Reference in New Issue
Block a user