aboutsummaryrefslogtreecommitdiff
path: root/api
diff options
context:
space:
mode:
authorCarlo Alberto Ferraris <cafxx@strayorange.com>2023-09-08 08:21:58 +0900
committerGopher Robot <gobot@golang.org>2023-10-09 22:04:41 +0000
commit1ce8a3f08170c81085a26165d6c4e1a058d1e0d6 (patch)
tree269306d8ae7696c021226f34ee6dbae9a233b354 /api
parent5955a03e9c22c56fa3d174e95031d74e2cf3adde (diff)
downloadgo-1ce8a3f08170c81085a26165d6c4e1a058d1e0d6.tar.gz
go-1ce8a3f08170c81085a26165d6c4e1a058d1e0d6.zip
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 <iant@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Dmitri Shuralyov <dmitshur@google.com> Auto-Submit: Dmitri Shuralyov <dmitshur@google.com>
Diffstat (limited to 'api')
-rw-r--r--api/next/61870.txt1
1 files changed, 1 insertions, 0 deletions
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