Skip to content

Commit 9f43a9e

Browse files
doc/go1.16: mention new debug/elf constants
For #40700 Change-Id: If105d2f043539bb0893f577a984f14ee3e7ca753 Reviewed-on: https://go-review.googlesource.com/c/go/+/285212 Trust: Ian Lance Taylor <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]>
1 parent 3c2f11b commit 9f43a9e

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

doc/go1.16.html

+10
Original file line numberDiff line numberDiff line change
@@ -616,6 +616,16 @@ <h3 id="minor_library_changes">Minor changes to the library</h3>
616616
</dd>
617617
</dl><!-- crypto/x509 -->
618618

619+
<dl id="debug/elf"><dt><a href="/pkg/debug/elf/">debug/elf</a></dt>
620+
<dd>
621+
<p><!-- CL 255138 -->
622+
More <a href="/pkg/debug/elf/#DT_NULL"><code>DT</code></a>
623+
and <a href="/pkg/debug/elf/#PT_NULL"><code>PT</code></a>
624+
constants have been added.
625+
</p>
626+
</dd>
627+
</dl><!-- debug/elf -->
628+
619629
<dl id="encoding/asn1"><dt><a href="/pkg/encoding/asn1">encoding/asn1</a></dt>
620630
<dd>
621631
<p><!-- CL 255881 -->

0 commit comments

Comments
 (0)