]> Cypherpunks repositories - gostls13.git/commitdiff
doc/go1.17: fill in TODO for strconv package
authorJoe Tsai <joetsai@digital-static.net>
Fri, 7 May 2021 17:34:28 +0000 (10:34 -0700)
committerJoe Tsai <thebrokentoaster@gmail.com>
Fri, 7 May 2021 17:43:31 +0000 (17:43 +0000)
Updates #46021

Change-Id: Iaed26b5a1defa6c5d00fb7a3998db56d2f1b96b1
Reviewed-on: https://go-review.googlesource.com/c/go/+/318010
Trust: Joe Tsai <joetsai@digital-static.net>
Trust: Joe Tsai <thebrokentoaster@gmail.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
doc/go1.17.html

index 785092a8ddb1f657ff9ff20745b23060d6c5b5ce..a2e0f9454b1a2deff4687a586e485a81e2a545e5 100644 (file)
@@ -426,7 +426,10 @@ Do not send CLs removing the interior tags from such phrases.
     </p>
 
     <p><!-- CL 314775 -->
-      TODO: <a href="https://golang.org/cl/314775">https://golang.org/cl/314775</a>: add QuotedPrefix
+      The new <a href="/pkg/strconv/#QuotedPrefix"><code>QuotedPrefix</code></a> function
+      returns the quoted string (as understood by
+      <a href="/pkg/strconv/#Unquote"><code>Unquote</code></a>)
+      at the start of input.
     </p>
   </dd>
 </dl><!-- strconv -->