diff --git a/doc/go1.15.html b/doc/go1.15.html index 33598a262d..b6cf5bb8f6 100644 --- a/doc/go1.15.html +++ b/doc/go1.15.html @@ -375,6 +375,20 @@ Do not send CLs removing the interior tags from such phrases. in mind.

+
bufio
+
+

+ When a Scanner is + used with an invalid + io.Reader that + incorrectly returns a negative number from Read, + the Scanner will no longer panic, but will instead + return the new error + ErrBadReadCount. +

+
+
+
crypto