]> Cypherpunks repositories - gostls13.git/commit
io.Pipe
authorRuss Cox <rsc@golang.org>
Tue, 17 Feb 2009 00:32:30 +0000 (16:32 -0800)
committerRuss Cox <rsc@golang.org>
Tue, 17 Feb 2009 00:32:30 +0000 (16:32 -0800)
commit78906c38367d16b5c189163d6f6d60b2e99370f3
treeebc44325b8b467153c78a3442a155cece7626c4c
parentff3173849e844471c769b7e8f8e789769f1327b8
io.Pipe

assorted underscore cleanup

R=r
DELTA=488  (410 added, 3 deleted, 75 changed)
OCL=25070
CL=25070
src/lib/Makefile
src/lib/io/Makefile
src/lib/io/io.go
src/lib/io/pipe.go [new file with mode: 0644]
src/lib/io/pipe_test.go [new file with mode: 0644]
src/lib/time/Makefile
src/lib/time/tick.go
src/lib/time/time.go
src/run.bash