From b44c78b8c318f6b871f26d14d877245bc860ae62 Mon Sep 17 00:00:00 2001 From: Joe Tsai Date: Fri, 7 May 2021 10:34:28 -0700 Subject: [PATCH] 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 --- doc/go1.17.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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.

-- 2.48.1