1
0
mirror of https://github.com/golang/go synced 2024-11-23 10:00:03 -07:00

doc/go1.17: document new debug/elf constant

For #39677
For #44513

Change-Id: I8c4193fd4359b83e6739e7e30a3a42b5f21b0f1a
Reviewed-on: https://go-review.googlesource.com/c/go/+/323275
Trust: Ian Lance Taylor <iant@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
This commit is contained in:
Ian Lance Taylor 2021-05-27 16:16:37 -07:00
parent 3de3440fb9
commit ccd9784edf

View File

@ -373,6 +373,15 @@ Do not send CLs removing the interior tags from such phrases.
</dd> </dd>
</dl><!-- database/sql --> </dl><!-- database/sql -->
<dl id="debug/elf"><dt><a href="/pkg/debug/elf/">debug/elf</a></dt>
<dd>
<p><!-- CL 239217 -->
The <a href="/pkg/debug/elf/#SHT_MIPS_ABIFLAGS"><code>SHT_MIPS_ABIFLAGS</code></a>
constant has been added.
</p>
</dd>
</dl><!-- debug/elf -->
<dl id="encoding/binary"><dt><a href="/pkg/encoding/binary/">encoding/binary</a></dt> <dl id="encoding/binary"><dt><a href="/pkg/encoding/binary/">encoding/binary</a></dt>
<dd> <dd>
<p><!-- CL 299531 --> <p><!-- CL 299531 -->