Skip to content
Snippets Groups Projects
Commit c7c4420a authored by Sean Liao's avatar Sean Liao Committed by Michael Matloob
Browse files

cmd/go: clarify GODEBUG in go help environment

Fixes #37004
Fixes #50444

Change-Id: I7dd5a8c9bd0a2122ff38508cf509369d6d8ad599
Reviewed-on: https://go-review.googlesource.com/c/go/+/632177


Reviewed-by: default avatarDmitri Shuralyov <dmitshur@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: default avatarMichael Matloob <matloob@golang.org>
parent c6ab13fc
No related branches found
No related tags found
No related merge requests found
...@@ -2338,8 +2338,9 @@ ...@@ -2338,8 +2338,9 @@
// external go command build cache. // external go command build cache.
// See 'go doc cmd/go/internal/cacheprog'. // See 'go doc cmd/go/internal/cacheprog'.
// GODEBUG // GODEBUG
// Enable various debugging facilities. See https://go.dev/doc/godebug // Enable various debugging facilities for programs built with Go,
// for details. // including the go command. Cannot be set using 'go env -w'.
// See https://go.dev/doc/godebug for details.
// GOENV // GOENV
// The location of the Go environment configuration file. // The location of the Go environment configuration file.
// Cannot be set using 'go env -w'. // Cannot be set using 'go env -w'.
......
...@@ -511,8 +511,9 @@ General-purpose environment variables: ...@@ -511,8 +511,9 @@ General-purpose environment variables:
external go command build cache. external go command build cache.
See 'go doc cmd/go/internal/cacheprog'. See 'go doc cmd/go/internal/cacheprog'.
GODEBUG GODEBUG
Enable various debugging facilities. See https://go.dev/doc/godebug Enable various debugging facilities for programs built with Go,
for details. including the go command. Cannot be set using 'go env -w'.
See https://go.dev/doc/godebug for details.
GOENV GOENV
The location of the Go environment configuration file. The location of the Go environment configuration file.
Cannot be set using 'go env -w'. Cannot be set using 'go env -w'.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment