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:31:13 -0700 |
| commit | 895fbaecf5d3d8f5e47f5f9ceeae58e34d4d3671 (patch) | |
| tree | dac97570e8f7d11123236500e64e01c8c3a4d6c0 /doc/godebug.md | |
| parent | 26548d49816da1c21a71c480eb4aea46dba0c0c2 (diff) | |
| download | go-895fbaecf5d3d8f5e47f5f9ceeae58e34d4d3671.tar.xz | |
[release-branch.go1.26] 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 #78253.
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/+/757420
Auto-Submit: Dmitri Shuralyov <dmitshur@google.com>
Diffstat (limited to 'doc/godebug.md')
| -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 dbec880c56..00da3d83ef 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. |
