diff --git a/doc/go1.16.html b/doc/go1.16.html index 086557ca48..f8b2c3f371 100644 --- a/doc/go1.16.html +++ b/doc/go1.16.html @@ -453,6 +453,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