From 05541624593d945d82b6f4cfae1461654eabea7b Mon Sep 17 00:00:00 2001 From: KimMachineGun Date: Sun, 29 Nov 2020 17:16:39 +0900 Subject: [PATCH] doc/go1.16: sort packages in alphabetical order --- doc/go1.16.html | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) 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