From: Russ Cox Date: Sat, 4 Jun 2022 13:44:11 +0000 (-0400) Subject: doc/go1.19: remove TODO about LimitedReader X-Git-Tag: go1.19beta1~70 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=fc66cae490a0cd8b8cefefbc0ace7c3fb030f779;p=gostls13.git 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 --- 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