From 4c98ecbf05d1baba49607a6e168a408787cf77d6 Mon Sep 17 00:00:00 2001 From: Kevin Burke Date: Thu, 13 Jul 2017 11:48:51 -0600 Subject: [PATCH] doc: add missing article Change-Id: I73fdc793bbc3ffe9ace1bfa78799f84c31630d61 Reviewed-on: https://go-review.googlesource.com/48391 Reviewed-by: Brad Fitzpatrick --- doc/go1.9.html | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/doc/go1.9.html b/doc/go1.9.html index db1d3ee58c0..e19ebd241b4 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.

-