diff --git a/doc/go1.15.html b/doc/go1.15.html index 4b79dee42d..83d5ca1f0c 100644 --- a/doc/go1.15.html +++ b/doc/go1.15.html @@ -378,9 +378,9 @@ Do not send CLs removing the interior tags from such phrases.

The PrivateKey and PublicKey types in the - crypto/rsa, - crypto/ecdsa, and - crypto/ed25519 packages + crypto/rsa, + crypto/ecdsa, and + crypto/ed25519 packages now have an Equal method to compare keys for equivalence or to make type-safe interfaces for public keys. The method signature is compatible with @@ -559,7 +559,7 @@ Do not send CLs removing the interior tags from such phrases.

-
database/sql/driver
+
database/sql/driver

The new Validator @@ -672,7 +672,7 @@ Do not send CLs removing the interior tags from such phrases. Conn.SetReadDeadline, or Conn.SetWriteDeadline methods, it will now return an error that is or wraps - os.ErrDeadlineExceeded. + os.ErrDeadlineExceeded. This may be used to reliably detect whether an error is due to an exceeded deadline. Earlier releases recommended calling the Timeout @@ -751,7 +751,7 @@ Do not send CLs removing the interior tags from such phrases. File.SetReadDeadline, or File.SetWriteDeadline methods, it will now return an error that is or wraps - os.ErrDeadlineExceeded. + os.ErrDeadlineExceeded. This may be used to reliably detect whether an error is due to an exceeded deadline. Earlier releases recommended calling the Timeout @@ -817,7 +817,7 @@ Do not send CLs removing the interior tags from such phrases.

-
runtime/pprof
+
runtime/pprof

The goroutine profile includes the profile labels associated with each goroutine