summaryrefslogtreecommitdiff
path: root/src/pkg/base64/base64_test.go
AgeCommit message (Expand)AuthorFilesLines
2009-11-01These files were moved to encoding/base64. The directory wasIan Lance Taylor1-201/+0
2009-10-08more lgtm files from gofmtRuss Cox1-2/+2
2009-10-06apply gofmt to the LGTM-marked files from 34501Russ Cox1-10/+10
2009-09-21move strings.Buffer into bytesRob Pike1-2/+2
2009-09-21step 2 of the great buffer shift.Rob Pike1-2/+2
2009-09-17use buf.String() instead of string(buf.Bytes())Rob Pike1-5/+4
2009-09-16rename bytes.Buffer.Data() to bytes.Buffer.Bytes()Rob Pike1-2/+2
2009-09-15more "declared and not used".Russ Cox1-1/+1
2009-09-14fix "declared and not used" errors in non-test code.Russ Cox1-1/+0
2009-08-20naming cleanup.Russ Cox1-2/+2
2009-08-12convert non-low-level non-google pkg codeRuss Cox1-1/+0
2009-07-07base64_test: use new reflect interface (CL 31107)Russ Cox1-3/+3
2009-06-29io.StringBytes -> strings.BytesRuss Cox1-11/+12
2009-06-24base64: cut out some middle layersRuss Cox1-0/+34
2009-06-24Base64 encoder/decoder package.Austin Clements1-0/+169