runtime/debug: BuildSetting does not document DefaultGODEBUG #66465
Labels
Documentation
Issues describing a change to documentation.
NeedsFix
The path to resolution is known, but the work has not been done.
Milestone
Go version
go version go1.21.7 darwin/amd64
Output of
go env
in your module/workspace:What did you do?
Read the docs for
runtime/debug.BuildSetting
.What did you see happen?
No mention of
DefaultGODEBUG
setting.What did you expect to see?
I expected
DefaultGODEBUG
to be mentioned. It was spec'd as part of #56986 and was in fact implemented.https://go.dev/play/p/ahX1MXkVAu_G
The text was updated successfully, but these errors were encountered: