diff options
| author | Russ Cox <rsc@golang.org> | 2022-06-04 09:44:11 -0400 |
|---|---|---|
| committer | Russ Cox <rsc@golang.org> | 2022-06-04 16:11:54 +0000 |
| commit | fc66cae490a0cd8b8cefefbc0ace7c3fb030f779 (patch) | |
| tree | 55a5ebaa8893b10407c0fc140dc23f35bea479fd | |
| parent | f8a53df314e4af8cd350eedb0dae77d4c4fc30d0 (diff) | |
| download | go-fc66cae490a0cd8b8cefefbc0ace7c3fb030f779.tar.xz | |
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 <rsc@golang.org>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gopher Robot <gobot@golang.org>
| -rw-r--r-- | doc/go1.19.html | 4 |
1 files changed, 0 insertions, 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. <dl id="io"><dt><a href="/pkg/io/">io</a></dt> <dd> - <p><!-- CL 396215 --> - TODO: <a href="https://go.dev/cl/396215">https://go.dev/cl/396215</a>: add an Err field to LimitedReader - </p> - <p><!-- CL 400236 --> TODO: <a href="https://go.dev/cl/400236">https://go.dev/cl/400236</a>: NopCloser forward WriterTo implementations if the reader supports it </p> |
