We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d282b0f commit 813c952Copy full SHA for 813c952
doc/go1.15.html
@@ -390,7 +390,8 @@ <h3 id="minor_library_changes">Minor changes to the library</h3>
390
<dl id="fmt"><dt><a href="/pkg/fmt/">fmt</a></dt>
391
<dd>
392
<p><!-- CL 215001 -->
393
- TODO: <a href="https://golang.org/cl/215001">https://golang.org/cl/215001</a>: do not remove trailing zeros for %g and %G with #(sharp) flag
+ The printing verbs <code>%#g</code> and <code>%#G</code> now preserve
394
+ trailing zeros for floating-point values.
395
</p>
396
</dd>
397
</dl><!-- fmt -->
0 commit comments