]> Cypherpunks repositories - gostls13.git/commitdiff
doc/go1.16: mention new debug/elf constants
authorIan Lance Taylor <iant@golang.org>
Thu, 21 Jan 2021 04:09:18 +0000 (20:09 -0800)
committerIan Lance Taylor <iant@golang.org>
Thu, 21 Jan 2021 20:32:52 +0000 (20:32 +0000)
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>
doc/go1.16.html

index 3645e018b21618d416e0a06f3de60227ba34dacd..6e912f61fafdddca6b1d2355602a9fdef8e9aca8 100644 (file)
@@ -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 -->