1
0
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:
Sebastiaan van Stijn 2019-01-11 14:33:28 +01:00
parent a2e79571a9
commit 31e904f51d
No known key found for this signature in database
GPG Key ID: 76698F39D527CE8C
2 changed files with 0 additions and 2 deletions

View File

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

View File

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