From: Kevin Burke Date: Thu, 13 Jul 2017 17:48:51 +0000 (-0600) Subject: doc: add missing article X-Git-Tag: go1.9rc1~71 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=4c98ecbf05d1baba49607a6e168a408787cf77d6;p=gostls13.git doc: add missing article Change-Id: I73fdc793bbc3ffe9ace1bfa78799f84c31630d61 Reviewed-on: https://go-review.googlesource.com/48391 Reviewed-by: Brad Fitzpatrick --- diff --git a/doc/go1.9.html b/doc/go1.9.html index db1d3ee58c..e19ebd241b 100644 --- a/doc/go1.9.html +++ b/doc/go1.9.html @@ -233,7 +233,7 @@ type T1 = T2 Profiles produced by the runtime/pprof package now include symbol information, so they can be viewed in go tool pprof - without binary that produced the profile. + without the binary that produced the profile.

@@ -520,7 +520,7 @@ version of gccgo.

encoding/base32
-

+

The new Encoding.WithPadding method adds support for custom padding characters and disabling padding.

@@ -913,7 +913,7 @@ version of gccgo. interface describes some types in the net package that can provide access to their underlying file descriptor - using the new + using the new RawConn interface.

@@ -955,7 +955,7 @@ version of gccgo.

The new methods Duration.Round - and + and Duration.Truncate handle rounding and truncating durations to multiples of a given duration.

@@ -978,4 +978,3 @@ version of gccgo.

-