summaryrefslogtreecommitdiff
path: root/src/pkg/bytes/bytes_test.go
AgeCommit message (Expand)AuthorFilesLines
2009-09-15more "declared and not used".Russ Cox1-2/+2
2009-09-13Add and AddByteRob Pike1-0/+41
2009-09-01casing operations for byte arraysRob Pike1-0/+98
2009-08-12convert low-level (used by testing) packages toRuss Cox1-3/+3
2009-06-29io.StringBytes -> strings.BytesRuss Cox1-8/+8
2009-06-24Change strings.Split, bytes.Split to take a maximum substring count argument.David Symonds1-20/+26
2009-06-24make bytes.Copy both src- and dst- limitedRuss Cox1-9/+11
2009-06-09mv src/lib to src/pkgRob Pike1-0/+157