From: Michael Pratt Date: Mon, 11 Dec 2023 21:45:56 +0000 (-0500) Subject: doc/go1.22: document io changes X-Git-Tag: go1.22rc1~34 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=018c1da0cfcac0cbcff426d15bc2428c47d499ba;p=gostls13.git 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 --- 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.