]> Cypherpunks repositories - gostls13.git/commitdiff
doc/go1.15: add release notes for fmt
authorshaquilleq <shaqqywyan@gmail.com>
Thu, 4 Jun 2020 01:25:46 +0000 (18:25 -0700)
committerDmitri Shuralyov <dmitshur@golang.org>
Fri, 5 Jun 2020 22:52:06 +0000 (22:52 +0000)
Updates #37419

Change-Id: I344dd93ed7a75f88e7f937c80f5a6ad6c0327a07
Reviewed-on: https://go-review.googlesource.com/c/go/+/236417
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
doc/go1.15.html

index 492cac0b09f11a09b9ff0981588f4719f4b68675..ea96dcfe5f786b54a9cbdec2ade8814a985fcb6f 100644 (file)
@@ -390,7 +390,8 @@ TODO
 <dl id="fmt"><dt><a href="/pkg/fmt/">fmt</a></dt>
   <dd>
     <p><!-- CL 215001 -->
-      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
+      trailing zeros for floating-point values.
     </p>
   </dd>
 </dl><!-- fmt -->