]> Cypherpunks repositories - gostls13.git/commit
add io.ByteReader.
authorRuss Cox <rsc@golang.org>
Mon, 18 May 2009 20:31:56 +0000 (13:31 -0700)
committerRuss Cox <rsc@golang.org>
Mon, 18 May 2009 20:31:56 +0000 (13:31 -0700)
commitbe869ba4d66ad7028ea84ee380072a23ec54c469
tree488ca34092c88b7b28ad44f1cc49493fc5c9842a
parent6b942c68cc5f25ee6b3fe113fe9707a23a974aaa
add io.ByteReader.
add testing/iotest package.
make bufio return error on short write.

R=r
DELTA=423  (208 added, 154 deleted, 61 changed)
OCL=28997
CL=28999
src/lib/Makefile
src/lib/bufio/bufio.go
src/lib/bufio/bufio_test.go
src/lib/io/bytebuffer.go
src/lib/io/io.go
src/lib/testing/iotest/Makefile [new file with mode: 0644]
src/lib/testing/iotest/reader.go [new file with mode: 0644]