go/src/io
Russ Cox f8a53df314 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>
2022-06-04 14:00:38 +00:00
..
fs io/fs: document requirement that ReadDir return an unwrapped io.EOF 2022-05-17 01:50:34 +00:00
ioutil all: fix spelling 2022-05-18 00:47:29 +00:00
example_test.go io: revert: add an Err field to LimitedReader 2022-06-04 14:00:38 +00:00
export_test.go
io.go io: revert: add an Err field to LimitedReader 2022-06-04 14:00:38 +00:00
io_test.go io: NopCloser forward WriterTo implementations if the reader supports it 2022-05-03 14:37:48 +00:00
multi.go all: gofmt main repo 2022-05-19 15:49:05 +00:00
multi_test.go io: add WriterTo to MultiReader 2022-03-07 23:22:26 +00:00
pipe.go
pipe_test.go