aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJoe Tsai <joetsai@digital-static.net>2021-05-07 10:34:28 -0700
committerJoe Tsai <thebrokentoaster@gmail.com>2021-05-07 17:43:31 +0000
commitb44c78b8c318f6b871f26d14d877245bc860ae62 (patch)
tree7473e6faf754dd729e09fa3a42fc6532167aacd9 /doc
parent9bfa6f75d54a63c8c56cfb5c04d10937b27c4738 (diff)
downloadgo-b44c78b8c318f6b871f26d14d877245bc860ae62.tar.gz
go-b44c78b8c318f6b871f26d14d877245bc860ae62.zip
doc/go1.17: fill in TODO for strconv package
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>
Diffstat (limited to 'doc')
-rw-r--r--doc/go1.17.html5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/go1.17.html b/doc/go1.17.html
index 785092a8ddb..a2e0f9454b1 100644
--- a/doc/go1.17.html
+++ b/doc/go1.17.html
@@ -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 -->