We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 957fd30 commit e2063d1Copy full SHA for e2063d1
src/cmd/go/internal/help/helpdoc.go
@@ -504,8 +504,8 @@ General-purpose environment variables:
504
GOBIN
505
The directory where 'go install' will install a command.
506
GOCACHE
507
- The absolute path to the directory where the go command will store cached
508
- information for reuse in future builds.
+ The directory where the go command will store cached
+ information for reuse in future builds. Must be an absolute path.
509
GOCACHEPROG
510
A command (with optional space-separated flags) that implements an
511
external go command build cache.
0 commit comments