aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorIan Lance Taylor <iant@golang.org>2020-06-12 15:58:48 -0700
committerIan Lance Taylor <iant@golang.org>2020-06-15 22:28:10 +0000
commit41bdb9357a5f7ea6ade9a68aba56ee31b0f8dbbc (patch)
treef986b01e8c9473a3d647069aeb32e02e8697b9f6 /doc
parent15e3e0d4dc7a2b985fba7318379d438a54765154 (diff)
downloadgo-41bdb9357a5f7ea6ade9a68aba56ee31b0f8dbbc.tar.gz
go-41bdb9357a5f7ea6ade9a68aba56ee31b0f8dbbc.zip
doc/go1.15: document go/printer.StdFormat
For #37419 For #37453 For #37476 Change-Id: Ia032ec844773af421bc4217d5dd6e60996d8e91f Reviewed-on: https://go-review.googlesource.com/c/go/+/237740 Reviewed-by: Robert Griesemer <gri@golang.org> Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
Diffstat (limited to 'doc')
-rw-r--r--doc/go1.15.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/go1.15.html b/doc/go1.15.html
index 69a20690b9b..4b79dee42de 100644
--- a/doc/go1.15.html
+++ b/doc/go1.15.html
@@ -633,6 +633,16 @@ Do not send CLs removing the interior tags from such phrases.
</dd>
</dl><!-- fmt -->
+<dl id="go/printer"><dt><a href="/pkg/go/printer/">go/printer</a></dt>
+ <dd>
+ <p><!-- CL 231461 -->
+ The new <a href="/pkg/go/printer/#Mode"><code>Mode</code></a>
+ value <a href="/pkg/go/printer/#StdFormat"><code>StdFormat</code></a>
+ directs the printer to apply standard formatting changes while
+ printing the output.
+ </dd>
+</dl><!-- go/printer -->
+
<dl id="io/ioutil"><dt><a href="/pkg/io/ioutil/">io/ioutil</a></dt>
<dd>
<p><!-- CL 212597 -->