]> Cypherpunks repositories - gostls13.git/commit
cmd/go: document 'go env GOMOD' outside modules
authorJay Conrod <jayconrod@google.com>
Mon, 9 Dec 2019 19:29:29 +0000 (14:29 -0500)
committerJay Conrod <jayconrod@google.com>
Mon, 9 Dec 2019 21:50:59 +0000 (21:50 +0000)
commit3a3093d5c7e1fb557d7b598a758f4925db4b0f13
tree50246d0f51000117844e7c7f37e93713926d9987
parent7d24e9581a5a5958848e2ae8171fb33a1650c6b8
cmd/go: document 'go env GOMOD' outside modules

In documentation for 'go env GOMOD', note that the path will be
os.DevNull in module-aware mode when no go.mod file is present.

Fixes #36052

Change-Id: I30ced1df02ccefe1970bd856190e79d6f0384375
Reviewed-on: https://go-review.googlesource.com/c/go/+/210577
Run-TryBot: Jay Conrod <jayconrod@google.com>
Reviewed-by: Bryan C. Mills <bcmills@google.com>
src/cmd/go/alldocs.go
src/cmd/go/internal/help/helpdoc.go