From: Russ Cox Date: Fri, 31 Mar 2023 16:47:47 +0000 (-0400) Subject: doc: fix template mistake in godebug.md X-Git-Tag: go1.21rc1~1065 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=45eded3afd3829adeb284a0bcdb1b049693cee07;p=gostls13.git doc: fix template mistake in godebug.md This file is itself template input, so have to hide the template in the go command example. Change-Id: Ifc4eaff35ca8dc2fb479f8e28d64c06b2a9c9d3b Reviewed-on: https://go-review.googlesource.com/c/go/+/480995 Run-TryBot: Russ Cox TryBot-Result: Gopher Robot Reviewed-by: Bryan Mills --- diff --git a/doc/godebug.md b/doc/godebug.md index 44e5a6e5b4..44f5dfd16d 100644 --- a/doc/godebug.md +++ b/doc/godebug.md @@ -106,7 +106,9 @@ 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.