From: Toshihiro Shiino Date: Fri, 23 Aug 2019 11:56:32 +0000 (+0000) Subject: [release-branch.go1.13] doc/go1.13: add missing slashes X-Git-Tag: go1.13rc2~9 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=ea9edabf4459f2f0aa689427c4f60c18d45cdde5;p=gostls13.git [release-branch.go1.13] doc/go1.13: add missing slashes This saves a redirect and makes the document more consistent. Change-Id: Ib7f68b1967275c0c676a044314919449680297f3 Reviewed-on: https://go-review.googlesource.com/c/go/+/191537 Reviewed-by: Dmitri Shuralyov (cherry picked from commit 89fb80f7fae1359a57968fbe600fc69b7296dd2d) Reviewed-on: https://go-review.googlesource.com/c/go/+/191740 Reviewed-by: Toshihiro Shiino Reviewed-by: Emmanuel Odeke --- diff --git a/doc/go1.13.html b/doc/go1.13.html index 7e3c73f3d6..5961890676 100644 --- a/doc/go1.13.html +++ b/doc/go1.13.html @@ -315,7 +315,7 @@ go env -w GOSUMDB=off

The go command now verifies the mapping - between pseudo-versions and + between pseudo-versions and version-control metadata. Specifically:

  • The version prefix must be of the form vX.0.0, or derived @@ -551,9 +551,9 @@ godoc To support wrapping, fmt.Errorf now has a %w verb for creating wrapped errors, and three new functions in the errors package ( - errors.Unwrap, - errors.Is and - errors.As) simplify unwrapping + errors.Unwrap, + errors.Is and + errors.As) simplify unwrapping and inspecting wrapped errors.

    @@ -790,7 +790,7 @@ godoc Timeout method that returns true if called. This can make a keep-alive error difficult to distinguish from an error returned due to a missed deadline as set by the - SetDeadline + SetDeadline method and similar methods. Code that uses deadlines and checks for them with the Timeout method or @@ -819,7 +819,7 @@ godoc

    - When reusing HTTP/2, the Transport no longer performs unnecessary TLS handshakes. + When reusing HTTP/2, the Transport no longer performs unnecessary TLS handshakes.

    @@ -843,14 +843,14 @@ godoc

    - The new Server fields + The new Server fields BaseContext and ConnContext - allow finer control over the Context values provided to requests and connections. + allow finer control over the Context values provided to requests and connections.

    - http.DetectContentType now correctly detects RAR signatures, and can now also detect RAR v5 signatures. + http.DetectContentType now correctly detects RAR signatures, and can now also detect RAR v5 signatures.

    @@ -888,9 +888,9 @@ godoc

    os/exec

    - On Windows, the environment for a Cmd always inherits the + On Windows, the environment for a Cmd always inherits the %SYSTEMROOT% value of the parent process unless the - Cmd.Env field includes an explicit value for it. + Cmd.Env field includes an explicit value for it.