diff options
| author | Sean Liao <sean@liao.dev> | 2024-07-12 20:56:19 +0100 |
|---|---|---|
| committer | Michael Knyszek <mknyszek@google.com> | 2025-05-28 09:32:46 -0700 |
| commit | 4ca7c01706ad6da07aed882528e595a39edd085b (patch) | |
| tree | ecf2f294388cbf21a9edb9cc50f99ec2050fd2ba | |
| parent | f77084d15d53e6aa09d2e7f867e69cc9766da2c5 (diff) | |
| download | go-4ca7c01706ad6da07aed882528e595a39edd085b.tar.xz | |
[release-branch.go1.23] runtime/debug: document DefaultGODEBUG as a BuildSetting
For #66465
Fixes #73677
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>
(cherry picked from commit c4136a433c28eb12abad777f8e74087ecf6e21f4)
Reviewed-on: https://go-review.googlesource.com/c/go/+/671936
Reviewed-by: Sean Liao <sean@liao.dev>
TryBot-Bypass: Dmitri Shuralyov <dmitshur@golang.org>
Reviewed-by: Michael Knyszek <mknyszek@google.com>
TryBot-Bypass: Michael Knyszek <mknyszek@google.com>
| -rw-r--r-- | src/runtime/debug/mod.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/runtime/debug/mod.go b/src/runtime/debug/mod.go index a4705605b8..764fe6a431 100644 --- a/src/runtime/debug/mod.go +++ b/src/runtime/debug/mod.go @@ -77,6 +77,7 @@ type Module struct { // - CGO_CPPFLAGS: the effective CGO_CPPFLAGS environment variable // - CGO_CXXFLAGS: the effective CGO_CXXFLAGS environment variable // - CGO_LDFLAGS: the effective CGO_LDFLAGS environment variable +// - DefaultGODEBUG: the effective GODEBUG settings // - GOARCH: the architecture target // - GOAMD64/GOARM/GO386/etc: the architecture feature level for GOARCH // - GOOS: the operating system target |
