mirror of
https://github.com/golang/go.git
synced 2025-05-05 23:53:05 +00:00
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: Dmitri Shuralyov <dmitshur@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Michael Matloob <matloob@golang.org>
This commit is contained in:
parent
c6ab13fc43
commit
c7c4420ae4
@ -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:
|
|||||||
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'.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user