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.