-
Notifications
You must be signed in to change notification settings - Fork 18.4k
Closed
Labels
DocumentationIssues describing a change to documentation.Issues describing a change to documentation.FixPendingIssues that have a fix which has not yet been reviewed or submitted.Issues that have a fix which has not yet been reviewed or submitted.NeedsFixThe path to resolution is known, but the work has not been done.The path to resolution is known, but the work has not been done.
Milestone
Description
I'm not sure if this an issue with go env
or with go help environment
, but the latter mentions the GODEBUG
variable in the first section General purpose environment variables.
However go env -w GODEBUG=gctrace=1
returns an error.
Since, as far as I know, GODEBUG
is not used by the go
command, go help environment
is probably wrong and GODEBUG
should be removed.
It may be better, however, to move GODEBUG
and the other runtime
environment variable in a new section Runtime specific environment variables with the other variables GOGC
, GOMAXPROCS
, GORACE
and GOTRACEBACK
.
Metadata
Metadata
Assignees
Labels
DocumentationIssues describing a change to documentation.Issues describing a change to documentation.FixPendingIssues that have a fix which has not yet been reviewed or submitted.Issues that have a fix which has not yet been reviewed or submitted.NeedsFixThe path to resolution is known, but the work has not been done.The path to resolution is known, but the work has not been done.