1
0
mirror of https://github.com/golang/go synced 2024-10-05 16:51:21 -06:00
go/src/io
Carlos C b9b6e86c79 io/ioutil: add examples to functions
Change-Id: Ica0cf1ba01ba73bd7e2fe38d653503738a962720
Reviewed-on: https://go-review.googlesource.com/13450
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
2015-11-30 19:47:18 +00:00
..
ioutil io/ioutil: add examples to functions 2015-11-30 19:47:18 +00:00
example_test.go io: add examples to functions 2015-11-30 17:09:33 +00:00
io_test.go io: add CopyBuffer, a version of Copy in which the user provides a buffer 2015-04-15 15:59:16 +00:00
io.go io: simplify documentation for ByteReader 2015-10-06 02:21:29 +00:00
multi_test.go io: add WriteString support to MultiWriter 2015-09-01 04:00:12 +00:00
multi.go io: add WriteString support to MultiWriter 2015-09-01 04:00:12 +00:00
pipe_test.go
pipe.go io: clarify the behavior of PipeWriter.CloseWithError(nil). 2015-03-30 09:43:11 +00:00