mirror of
https://github.com/golang/go
synced 2024-11-26 02:47:58 -07:00
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 <rsc@golang.org> TryBot-Result: Gopher Robot <gobot@golang.org> Reviewed-by: Bryan Mills <bcmills@google.com>
This commit is contained in:
parent
f5371581c7
commit
45eded3afd
@ -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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user