1
0
mirror of https://github.com/golang/go synced 2024-10-04 17:21:20 -06:00
go/src/pkg/io
Russ Cox cc62bed075 pipe: implementation #3; this time for sure!
Added goroutine; got simpler.

Fixes deadlock when doing Read+Close
or Write+Close on same end.

R=r, cw
CC=golang-dev
https://golang.org/cl/994043
2010-04-27 10:17:17 -07:00
..
ioutil FileInfo: regularize the types of some fields. 2010-04-22 14:01:33 -07:00
io_test.go 1) Change default gofmt default settings for 2009-12-15 15:35:38 -08:00
io.go strings: delete Runes, Bytes 2010-02-25 16:01:29 -08:00
Makefile move ReadFile, WriteFile, and ReadDir into a separate io/ioutil package. 2009-12-02 22:02:14 -08:00
pipe_test.go pipe: implementation #3; this time for sure! 2010-04-27 10:17:17 -07:00
pipe.go pipe: implementation #3; this time for sure! 2010-04-27 10:17:17 -07:00