Skip to content

Commit c4136a4

Browse files
seankhliaogopherbot
authored andcommitted
runtime/debug: document DefaultGODEBUG as a BuildSetting
Fixes #66465 Change-Id: I60c017ddba29fa5b452b665d8521cd6c8e20438c Reviewed-on: https://go-review.googlesource.com/c/go/+/597979 LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Jorropo <jorropo.pgm@gmail.com> Auto-Submit: Ian Lance Taylor <iant@google.com> Reviewed-by: qiu laidongfeng2 <2645477756@qq.com> Reviewed-by: Ian Lance Taylor <iant@google.com> Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
1 parent 1eb4c0d commit c4136a4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/runtime/debug/mod.go

+1
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ type Module struct {
7777
// - CGO_CPPFLAGS: the effective CGO_CPPFLAGS environment variable
7878
// - CGO_CXXFLAGS: the effective CGO_CXXFLAGS environment variable
7979
// - CGO_LDFLAGS: the effective CGO_LDFLAGS environment variable
80+
// - DefaultGODEBUG: the effective GODEBUG settings
8081
// - GOARCH: the architecture target
8182
// - GOAMD64/GOARM/GO386/etc: the architecture feature level for GOARCH
8283
// - GOOS: the operating system target

0 commit comments

Comments
 (0)