Skip to content

Commit 41bdb93

Browse files
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>
1 parent 15e3e0d commit 41bdb93

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

doc/go1.15.html

+10
Original file line numberDiff line numberDiff line change
@@ -633,6 +633,16 @@ <h3 id="minor_library_changes">Minor changes to the library</h3>
633633
</dd>
634634
</dl><!-- fmt -->
635635

636+
<dl id="go/printer"><dt><a href="/pkg/go/printer/">go/printer</a></dt>
637+
<dd>
638+
<p><!-- CL 231461 -->
639+
The new <a href="/pkg/go/printer/#Mode"><code>Mode</code></a>
640+
value <a href="/pkg/go/printer/#StdFormat"><code>StdFormat</code></a>
641+
directs the printer to apply standard formatting changes while
642+
printing the output.
643+
</dd>
644+
</dl><!-- go/printer -->
645+
636646
<dl id="io/ioutil"><dt><a href="/pkg/io/ioutil/">io/ioutil</a></dt>
637647
<dd>
638648
<p><!-- CL 212597 -->

0 commit comments

Comments
 (0)