diff --git a/doc/go1.16.html b/doc/go1.16.html index 084fdfe677..fd536267c4 100644 --- a/doc/go1.16.html +++ b/doc/go1.16.html @@ -425,6 +425,18 @@ Do not send CLs removing the interior tags from such phrases. +
encoding/asn1
+
+

+ Unmarshal and + UnmarshalWithParams + now return an error instead of panic when the argument is not + a pointer or is nil. This change matches the behavior of other + encoding packages such as encoding/json. +

+
+
+
encoding/json

@@ -453,18 +465,6 @@ Do not send CLs removing the interior tags from such phrases.

-
encoding/asn1
-
-

- Unmarshal and - UnmarshalWithParams - now return an error instead of panic when the argument is not - a pointer or is nil. This change matches the behavior of other - encoding packages such as encoding/json. -

-
-
-
flag