mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
doc/go1.16: fix broken <code> tag
For #40700 Change-Id: I0083db494284d6142e1b8b981fca4ac30af2012a Reviewed-on: https://go-review.googlesource.com/c/go/+/275312 Reviewed-by: Ian Lance Taylor <iant@golang.org> Trust: Filippo Valsorda <filippo@golang.org>
This commit is contained in:
parent
2c2980aa0c
commit
cc386bd05a
1 changed files with 1 additions and 1 deletions
|
|
@ -287,7 +287,7 @@ Do not send CLs removing the interior tags from such phrases.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p><!-- CL 254659 -->
|
<p><!-- CL 254659 -->
|
||||||
Setting the <code>GODEBUG<code> environment variable
|
Setting the <code>GODEBUG</code> environment variable
|
||||||
to <code>inittrace=1</code> now causes the runtime to emit a single
|
to <code>inittrace=1</code> now causes the runtime to emit a single
|
||||||
line to standard error for each package <code>init</code>,
|
line to standard error for each package <code>init</code>,
|
||||||
summarizing its execution time and memory allocation. This trace can
|
summarizing its execution time and memory allocation. This trace can
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue