From: Ian Lance Taylor Date: Thu, 21 Jan 2021 04:09:18 +0000 (-0800) Subject: doc/go1.16: mention new debug/elf constants X-Git-Tag: go1.16rc1~46 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=9f43a9e07b;p=gostls13.git 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 Reviewed-by: Dmitri Shuralyov --- 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) { +
debug/elf
+
+

+ More DT + and PT + constants have been added. +

+
+
+
encoding/asn1