From: Toshihiro Shiino Date: Fri, 12 Jun 2020 05:04:13 +0000 (+0000) Subject: doc/go1.15: add missing slashes X-Git-Tag: go1.15rc1~97 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=dd3bfb39eb19b1d48ec65b9816bbad1efc8cea2e;p=gostls13.git doc/go1.15: add missing slashes This saves a redirect and makes the document more consistent. For #37419 Change-Id: Ic3bd62f8caacf67ffe43a359624e11bed8b8cfaf Reviewed-on: https://go-review.googlesource.com/c/go/+/237540 Reviewed-by: Dmitri Shuralyov --- 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