diff options
| author | Dmitri Shuralyov <dmitshur@golang.org> | 2026-03-18 16:00:48 -0400 |
|---|---|---|
| committer | Gopher Robot <gobot@golang.org> | 2026-03-25 10:33:40 -0700 |
| commit | 4f81fbf332a699aa09e96f8a94b2ef7fdc110352 (patch) | |
| tree | 6c325dbca194d55e8416afc9876942781df8f20b | |
| parent | aed39507b19ca54c76e1d4ec4f3bb88b80c71419 (diff) | |
| download | go-4f81fbf332a699aa09e96f8a94b2ef7fdc110352.tar.xz | |
[release-branch.go1.25] doc: remove template use in godebug.md
This file used to be implicitly a template prior to CL 733500, but now
it's no longer a template. The only template use here can be trivially
expressed with pure Markdown syntax, so do that. (The alternative path
would be to set 'template: true' explicitly.)
For #78211.
Fixes #78252.
Change-Id: I66970f0d081b4e80e8d330330ad17a5702364391
Reviewed-on: https://go-review.googlesource.com/c/go/+/756560
Reviewed-by: Carlos Amedee <carlos@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Auto-Submit: Dmitri Shuralyov <dmitshur@golang.org>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Sean Liao <sean@liao.dev>
(cherry picked from commit f9bdf58fb186b665b05dc5a5afdeb149a1b3335c)
Reviewed-on: https://go-review.googlesource.com/c/go/+/757421
Reviewed-by: Hyang-Ah Hana Kim <hyangah@gmail.com>
Auto-Submit: Dmitri Shuralyov <dmitshur@google.com>
| -rw-r--r-- | doc/godebug.md | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/godebug.md b/doc/godebug.md index 473057e18d..54bec17865 100644 --- a/doc/godebug.md +++ b/doc/godebug.md @@ -133,9 +133,7 @@ are also treated as invalid. The defaults that will be compiled into a main package are reported by the command: -{{raw ` go list -f '{{.DefaultGODEBUG}}' my/main/package -`}} Only differences from the base Go toolchain defaults are reported. |
