We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15e3e0d commit 41bdb93Copy full SHA for 41bdb93
doc/go1.15.html
@@ -633,6 +633,16 @@ <h3 id="minor_library_changes">Minor changes to the library</h3>
633
</dd>
634
</dl><!-- fmt -->
635
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
+
646
<dl id="io/ioutil"><dt><a href="/pkg/io/ioutil/">io/ioutil</a></dt>
647
<dd>
648
<p><!-- CL 212597 -->
0 commit comments