aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/go/alldocs.go
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2023-01-14 15:12:11 -0500
committerGopher Robot <gobot@golang.org>2023-03-31 16:05:14 +0000
commita7fd2fab0e865f7fcedd3b437f1fa6e958bacc61 (patch)
treea42ab395e38825e8d3901612d389affb041dfce5 /src/cmd/go/alldocs.go
parent1a64574f42b95594cf9c8a12e9ca13d75585429c (diff)
downloadgo-a7fd2fab0e865f7fcedd3b437f1fa6e958bacc61.tar.gz
go-a7fd2fab0e865f7fcedd3b437f1fa6e958bacc61.zip
doc: add godebug.md, documenting GODEBUG
Document the changes to GODEBUG implemented as part of proposal #56986. Fixes #56986. Change-Id: I23153a123e23820c5b22db4767620e037bbdd083 Reviewed-on: https://go-review.googlesource.com/c/go/+/462202 Reviewed-by: Damien Neil <dneil@google.com> Run-TryBot: Russ Cox <rsc@golang.org> Reviewed-by: Ian Lance Taylor <iant@google.com> TryBot-Result: Gopher Robot <gobot@golang.org> Auto-Submit: Russ Cox <rsc@golang.org>
Diffstat (limited to 'src/cmd/go/alldocs.go')
-rw-r--r--src/cmd/go/alldocs.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd/go/alldocs.go b/src/cmd/go/alldocs.go
index 99a4f75ab5a..7ce8a071ada 100644
--- a/src/cmd/go/alldocs.go
+++ b/src/cmd/go/alldocs.go
@@ -2119,7 +2119,7 @@
// GOMODCACHE
// The directory where the go command will store downloaded modules.
// GODEBUG
-// Enable various debugging facilities. See 'go doc runtime'
+// Enable various debugging facilities. See https://go.dev/doc/godebug
// for details.
// GOENV
// The location of the Go environment configuration file.