From ac0ba6707c1655ea4316b41d06571a0303cc60eb Mon Sep 17 00:00:00 2001 From: Tobias Klauser Date: Mon, 7 Dec 2020 11:33:00 +0100 Subject: [PATCH] doc/go1.16: add missing tag For #40700 Change-Id: Ic4e16106cbbe18d0c9efffee81c5234ddeedfd32 Reviewed-on: https://go-review.googlesource.com/c/go/+/275674 Trust: Tobias Klauser Reviewed-by: Alberto Donizetti --- doc/go1.16.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/go1.16.html b/doc/go1.16.html index bc4fc0e64b..4f1789a659 100644 --- a/doc/go1.16.html +++ b/doc/go1.16.html @@ -805,7 +805,7 @@ Do not send CLs removing the interior tags from such phrases.
runtime/debug

- The runtime.Error values + The runtime.Error values used when SetPanicOnFault is enabled may now have an Addr method. If that method exists, it returns the memory address that triggered the fault.