1
0
mirror of https://github.com/golang/go synced 2024-11-20 06:54:42 -07:00
go/src/pkg/io
Russ Cox 2a5d30fbe7 io: revised Pipe implementation
* renamed channels to say what gets sent
* use channel closed status instead of racy check of boolean

R=nigeltao_golang
CC=golang-dev
https://golang.org/cl/196065
2010-02-01 17:43:15 -08:00
..
ioutil 1) Change default gofmt default settings for 2009-12-15 15:35:38 -08:00
io_test.go 1) Change default gofmt default settings for 2009-12-15 15:35:38 -08:00
io.go add a standard interface that wraps ReadByte, io.ReadByter 2010-01-07 13:29:43 +11:00
Makefile move ReadFile, WriteFile, and ReadDir into a separate io/ioutil package. 2009-12-02 22:02:14 -08:00
pipe_test.go io: fix nil Write bug in Pipe 2010-01-28 17:38:51 -08:00
pipe.go io: revised Pipe implementation 2010-02-01 17:43:15 -08:00