From 1ce8a3f08170c81085a26165d6c4e1a058d1e0d6 Mon Sep 17 00:00:00 2001 From: Carlo Alberto Ferraris Date: Fri, 8 Sep 2023 08:21:58 +0900 Subject: io: add (*SectionReader).Outer() Fixes #61870 Updates #61727 Change-Id: Iaef9b59c402d68f6bf64be212db2b6746abe8900 Reviewed-on: https://go-review.googlesource.com/c/go/+/526855 Reviewed-by: Ian Lance Taylor LUCI-TryBot-Result: Go LUCI Reviewed-by: Dmitri Shuralyov Auto-Submit: Dmitri Shuralyov --- api/next/61870.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 api/next/61870.txt (limited to 'api') diff --git a/api/next/61870.txt b/api/next/61870.txt new file mode 100644 index 0000000000..27bb9f6425 --- /dev/null +++ b/api/next/61870.txt @@ -0,0 +1 @@ +pkg io, method (*SectionReader) Outer() (ReaderAt, int64, int64) #61870 -- cgit v1.2.3-54-g00ecf