1
0
mirror of https://github.com/golang/go synced 2024-11-07 06:26:11 -07:00
Commit Graph

51 Commits

Author SHA1 Message Date
Russ Cox
d3a412a5ab io.StringBytes -> strings.Bytes
io.ByteBuffer -> bytes.Buffer

left io.ByteBuffer stub around for now,
for protocol compiler.

R=r
OCL=30861
CL=30872
2009-06-29 15:24:23 -07:00