aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorIan Lance Taylor <iant@golang.org>2021-01-20 20:09:18 -0800
committerIan Lance Taylor <iant@golang.org>2021-01-21 20:32:52 +0000
commit9f43a9e07b1379a808de38559e408040b17ced1c (patch)
tree0bf6c5f6720e9ce0045f9df21898d6e97315e348 /doc
parent3c2f11ba5b76cda35a5bedc9299833c649216b83 (diff)
downloadgo-9f43a9e07b1379a808de38559e408040b17ced1c.tar.gz
go-9f43a9e07b1379a808de38559e408040b17ced1c.zip
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 <iant@golang.org> Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
Diffstat (limited to 'doc')
-rw-r--r--doc/go1.16.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/go1.16.html b/doc/go1.16.html
index 3645e018b2..6e912f61fa 100644
--- a/doc/go1.16.html
+++ b/doc/go1.16.html
@@ -616,6 +616,16 @@ func TestFoo(t *testing.T) {
</dd>
</dl><!-- crypto/x509 -->
+<dl id="debug/elf"><dt><a href="/pkg/debug/elf/">debug/elf</a></dt>
+ <dd>
+ <p><!-- CL 255138 -->
+ More <a href="/pkg/debug/elf/#DT_NULL"><code>DT</code></a>
+ and <a href="/pkg/debug/elf/#PT_NULL"><code>PT</code></a>
+ constants have been added.
+ </p>
+ </dd>
+</dl><!-- debug/elf -->
+
<dl id="encoding/asn1"><dt><a href="/pkg/encoding/asn1">encoding/asn1</a></dt>
<dd>
<p><!-- CL 255881 -->