mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
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>
This commit is contained in:
parent
9bfa6f75d5
commit
b44c78b8c3
1 changed files with 4 additions and 1 deletions
|
|
@ -426,7 +426,10 @@ Do not send CLs removing the interior tags from such phrases.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p><!-- CL 314775 -->
|
<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>
|
</p>
|
||||||
</dd>
|
</dd>
|
||||||
</dl><!-- strconv -->
|
</dl><!-- strconv -->
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue