1
0
mirror of https://github.com/golang/go synced 2024-10-05 19:21:21 -06:00
go/src/pkg/base64
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
..
base64_test.go io.StringBytes -> strings.Bytes 2009-06-29 15:24:23 -07:00
base64.go base64: cut out some middle layers 2009-06-24 15:52:31 -07:00
Makefile Base64 encoder/decoder package. 2009-06-24 11:09:43 -07:00