summaryrefslogtreecommitdiff
path: root/src/pkg/io/bytebuffer_test.go
AgeCommit message (Collapse)AuthorFilesLines
2009-06-29io.StringBytes -> strings.BytesRuss Cox1-171/+0
io.ByteBuffer -> bytes.Buffer left io.ByteBuffer stub around for now, for protocol compiler. R=r OCL=30861 CL=30872
2009-06-19Add ReadByte to bytebufferScott Schwartz1-0/+13
R=rsc APPROVED=rsc DELTA=24 (24 added, 0 deleted, 0 changed) OCL=30459 CL=30540
2009-06-09mv src/lib to src/pkgRob Pike1-0/+158
tests: all.bash passes, gobuild still works, godoc still works. R=rsc OCL=30096 CL=30102