From 9f43a9e07b1379a808de38559e408040b17ced1c Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Wed, 20 Jan 2021 20:09:18 -0800 Subject: [PATCH] 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 --- doc/go1.16.html | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/doc/go1.16.html b/doc/go1.16.html index 3645e018b21..6e912f61faf 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