golang/src/io
Chemaclass beea7c1ba6 io: fix typo inside copyBuffer
The "rt" seems to be caused after copy-pasting the previous "wt" block
which make sense as WriterTo, but for ReaderFrom it makes more sense
thinking of rf instead of rt.

Change-Id: I873699c27211bea6cdba3e199f36eb3c38188d70
GitHub-Last-Rev: 1795600a9b29946d824ba645c137da216bdf6302
GitHub-Pull-Request: golang/go#66811
Reviewed-on: https://go-review.googlesource.com/c/go/+/578635
Reviewed-by: Ian Lance Taylor <iant@google.com>
Commit-Queue: Robert Griesemer <gri@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Auto-Submit: Ian Lance Taylor <iant@google.com>
Auto-Submit: Robert Griesemer <gri@google.com>
Reviewed-by: Robert Griesemer <gri@google.com>
2024-04-15 17:34:10 +00:00
..
fs io/fs: set ErrInvalid for FS.Open from SubFS when it fails ValidPath 2024-02-10 02:10:17 +00:00
ioutil io: add available godoc link 2023-10-18 19:34:35 +00:00
example_test.go io: use strings.Builder 2022-09-06 15:49:32 +00:00
export_test.go io: add OffsetWriter, NewOffsetWriter 2022-08-19 17:03:55 +00:00
io.go io: fix typo inside copyBuffer 2024-04-15 17:34:10 +00:00
io_test.go io: add (*SectionReader).Outer() 2023-10-09 22:04:41 +00:00
multi.go all: gofmt main repo 2022-05-19 15:49:05 +00:00
multi_test.go io: use strings.Builder 2022-09-06 15:49:32 +00:00
pipe.go io: add available godoc link 2023-10-18 19:34:35 +00:00
pipe_test.go io: close PipeReader in test 2024-03-11 19:49:15 +00:00