From fc66cae490a0cd8b8cefefbc0ace7c3fb030f779 Mon Sep 17 00:00:00 2001 From: Russ Cox Date: Sat, 4 Jun 2022 09:44:11 -0400 Subject: [PATCH] doc/go1.19: remove TODO about LimitedReader Rolled back in CL 410133. For #51115. Change-Id: I009c557acf98a98a9e5648fa82d998d41974ae60 Reviewed-on: https://go-review.googlesource.com/c/go/+/410357 Run-TryBot: Russ Cox Reviewed-by: Ian Lance Taylor Reviewed-by: Ian Lance Taylor TryBot-Result: Gopher Robot --- doc/go1.19.html | 4 ---- 1 file changed, 4 deletions(-) diff --git a/doc/go1.19.html b/doc/go1.19.html index 4de93d1565..6d49cedfd4 100644 --- a/doc/go1.19.html +++ b/doc/go1.19.html @@ -282,10 +282,6 @@ Do not send CLs removing the interior tags from such phrases.
io
-

- TODO: https://go.dev/cl/396215: add an Err field to LimitedReader -

-

TODO: https://go.dev/cl/400236: NopCloser forward WriterTo implementations if the reader supports it

-- 2.50.0