From: Emmanuel T Odeke Date: Sun, 25 Aug 2019 04:08:51 +0000 (-0600) Subject: [release-branch.go1.13] doc/go1.13: fix bad URLs to strconv identifiers X-Git-Tag: go1.13rc2~10 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=bc30423263e244a4fe091d0c203cbafffcd344a6;p=gostls13.git [release-branch.go1.13] doc/go1.13: fix bad URLs to strconv identifiers Change-Id: I7db3ad060773c9396fbe34e7bd52e7ccf6e5e52c Reviewed-on: https://go-review.googlesource.com/c/go/+/191797 Reviewed-by: Dmitri Shuralyov (cherry picked from commit 1a7c15fa6d5ce2d78d0f9f5050ee9dd1e29485df) Reviewed-on: https://go-review.googlesource.com/c/go/+/191739 Reviewed-by: Toshihiro Shiino Reviewed-by: Emmanuel Odeke --- diff --git a/doc/go1.13.html b/doc/go1.13.html index 4120cfb24c..7e3c73f3d6 100644 --- a/doc/go1.13.html +++ b/doc/go1.13.html @@ -918,19 +918,19 @@ godoc -
strconv
+
strconv

- For strconv.ParseFloat, - strconv.ParseInt - and strconv.ParseUint, + For strconv.ParseFloat, + strconv.ParseInt + and strconv.ParseUint, if base is 0, underscores may be used between digits for readability. See the Changes to the language for details.

-
strings
+
strings

The new ToValidUTF8 function returns a