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>
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.