From f9bdf58fb186b665b05dc5a5afdeb149a1b3335c Mon Sep 17 00:00:00 2001 From: Dmitri Shuralyov Date: Wed, 18 Mar 2026 16:00:48 -0400 Subject: [PATCH] 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.) Fixes #78211. Change-Id: I66970f0d081b4e80e8d330330ad17a5702364391 Reviewed-on: https://go-review.googlesource.com/c/go/+/756560 Reviewed-by: Carlos Amedee Reviewed-by: Dmitri Shuralyov Auto-Submit: Dmitri Shuralyov LUCI-TryBot-Result: Go LUCI Reviewed-by: Sean Liao --- doc/godebug.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/doc/godebug.md b/doc/godebug.md index 3a7a798028..322515dc9d 100644 --- a/doc/godebug.md +++ b/doc/godebug.md @@ -136,9 +136,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.