1
0
mirror of https://github.com/golang/go synced 2024-11-07 06:16:19 -07:00
go/src/io
Michael Fraenkel 060d1a5740 io: flatten MultiWriter writers
Replace any nested Writer that is a MultiWriter with its associated
Writers.

Fixes #22431

Change-Id: Ida7c4c83926363c1780689e216cf0c5241a5b8eb
Reviewed-on: https://go-review.googlesource.com/73470
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
2017-10-25 21:48:50 +00:00
..
ioutil io/ioutil: don't cap buffer size in ReadFile 2017-08-31 19:32:18 +00:00
example_test.go
io_test.go io: Add benchmarks for CopyN 2017-09-20 15:00:31 +00:00
io.go io: Improve performance of CopyN 2017-09-20 13:41:50 +00:00
multi_test.go io: flatten MultiWriter writers 2017-10-25 21:48:50 +00:00
multi.go io: flatten MultiWriter writers 2017-10-25 21:48:50 +00:00
pipe_test.go io: simplify pipe implementation 2017-10-11 20:00:54 +00:00
pipe.go io: simplify pipe implementation 2017-10-11 20:00:54 +00:00