Skip to content

Commit e2063d1

Browse files
committed
Update helpdoc.
1 parent 957fd30 commit e2063d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/cmd/go/internal/help/helpdoc.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -504,8 +504,8 @@ General-purpose environment variables:
504504
GOBIN
505505
The directory where 'go install' will install a command.
506506
GOCACHE
507-
The absolute path to the directory where the go command will store cached
508-
information for reuse in future builds.
507+
The directory where the go command will store cached
508+
information for reuse in future builds. Must be an absolute path.
509509
GOCACHEPROG
510510
A command (with optional space-separated flags) that implements an
511511
external go command build cache.

0 commit comments

Comments
 (0)