1
0
mirror of https://github.com/golang/go synced 2024-10-05 18:31:28 -06:00
go/src/pkg/io
Robert Obryk 9614119007 io/ioutil: make WriteFile notice errors from Close()
WriteFile should not successfully return if the file's
Close call failed.

Fixes #5644.

R=golang-dev, kr, r
CC=golang-dev
https://golang.org/cl/10067043
2013-06-05 21:16:44 -07:00
..
ioutil io/ioutil: make WriteFile notice errors from Close() 2013-06-05 21:16:44 -07:00
io_test.go io: Prioritize WriterTos over ReaderFroms in Copy. 2013-05-23 18:29:19 +02:00
io.go io: Prioritize WriterTos over ReaderFroms in Copy. 2013-05-23 18:29:19 +02:00
multi_test.go
multi.go
pipe_test.go
pipe.go