From d06794da4a9fcfee27850757e99567ad02ba0851 Mon Sep 17 00:00:00 2001 From: Tobias Klauser Date: Mon, 14 Dec 2020 11:25:04 +0100 Subject: [PATCH] doc/go1.16: add missing tag For #40700. Change-Id: I616429f82a44cea32701ed0af6e42ed6c71ee097 Reviewed-on: https://go-review.googlesource.com/c/go/+/277378 Trust: Tobias Klauser Reviewed-by: Ian Lance Taylor Reviewed-by: Dmitri Shuralyov --- doc/go1.16.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/go1.16.html b/doc/go1.16.html index 2ff763f9b62..edac1dbd354 100644 --- a/doc/go1.16.html +++ b/doc/go1.16.html @@ -379,7 +379,7 @@ func TestFoo(t *testing.T) { summarizing its execution time and memory allocation. This trace can be used to find bottlenecks or regressions in Go startup performance. - The GODEBUG< + The GODEBUG documentation describes the format.

@@ -461,7 +461,7 @@ func TestFoo(t *testing.T) {

On the producer side of the interface, - the new embed.FS type + the new embed.FS type implements fs.FS, as does zip.Reader. The new os.DirFS function