From: Joe Tsai
Date: Fri, 7 May 2021 17:34:28 +0000 (-0700)
Subject: doc/go1.17: fill in TODO for strconv package
X-Git-Tag: go1.17beta1~207
X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=b44c78b8c3;p=gostls13.git
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
Trust: Joe Tsai
Reviewed-by: Dmitri Shuralyov
---
diff --git a/doc/go1.17.html b/doc/go1.17.html
index 785092a8dd..a2e0f9454b 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.
- TODO: https://golang.org/cl/314775: add QuotedPrefix
+ The new QuotedPrefix
function
+ returns the quoted string (as understood by
+ Unquote
)
+ at the start of input.