From 018c1da0cfcac0cbcff426d15bc2428c47d499ba Mon Sep 17 00:00:00 2001 From: Michael Pratt Date: Mon, 11 Dec 2023 16:45:56 -0500 Subject: [PATCH] doc/go1.22: document io changes Change-Id: I1dd4030782ad20512836927d42bc8fe3d93437d7 Reviewed-on: https://go-review.googlesource.com/c/go/+/548880 LUCI-TryBot-Result: Go LUCI Auto-Submit: Michael Pratt Reviewed-by: Michael Knyszek --- doc/go1.22.html | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/doc/go1.22.html b/doc/go1.22.html index 18d42e5b53..e5fac31ae6 100644 --- a/doc/go1.22.html +++ b/doc/go1.22.html @@ -568,12 +568,8 @@ defer func() {
io
-

- TODO: https://go.dev/issue/61870: add SectionReader.Outer method -

- -

- TODO: https://go.dev/cl/526855: io: add (*SectionReader).Outer(); modified api/next/61870.txt +

+ The new SectionReader.Outer method returns the ReaderAt, offset, and size passed to NewSectionReader.

-- 2.48.1