diff options
| author | Russ Cox <rsc@golang.org> | 2022-06-03 16:00:16 -0400 |
|---|---|---|
| committer | Gopher Robot <gobot@golang.org> | 2022-06-04 14:00:38 +0000 |
| commit | f8a53df314e4af8cd350eedb0dae77d4c4fc30d0 (patch) | |
| tree | 87799bdeda270fe74bc07380d57c94b9ea60b07f /api | |
| parent | 21f05284c79c3e823169c62d189826f735006d43 (diff) | |
| download | go-f8a53df314e4af8cd350eedb0dae77d4c4fc30d0.tar.xz | |
io: revert: add an Err field to LimitedReader
We are having a hard time deciding the exact semantics
of the Err field, and we need to ship the beta.
So revert the Err field change; it can wait for Go 1.20.
For #51115.
This reverts CL 396215.
Change-Id: I7719386567d3da10a614058a11f19dbccf304b4d
Reviewed-on: https://go-review.googlesource.com/c/go/+/410133
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
Run-TryBot: Russ Cox <rsc@golang.org>
Reviewed-by: Bryan Mills <bcmills@google.com>
Auto-Submit: Russ Cox <rsc@golang.org>
Diffstat (limited to 'api')
| -rw-r--r-- | api/next/51115.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/api/next/51115.txt b/api/next/51115.txt deleted file mode 100644 index 0ce24b4ed0..0000000000 --- a/api/next/51115.txt +++ /dev/null @@ -1 +0,0 @@ -pkg io, type LimitedReader struct, Err error #51115 |
