summaryrefslogtreecommitdiff
path: root/src/pkg/bytes/bytes.go
AgeCommit message (Expand)AuthorFilesLines
2009-09-15more "declared and not used".Russ Cox1-6/+9
2009-09-14fix "declared and not used" errors in non-test code.Russ Cox1-2/+2
2009-09-13Add and AddByteRob Pike1-0/+42
2009-09-01casing operations for byte arraysRob Pike1-1/+84
2009-06-24Change strings.Split, bytes.Split to take a maximum substring count argument.David Symonds1-16/+27
2009-06-24make bytes.Copy both src- and dst- limitedRuss Cox1-3/+7
2009-06-09mv src/lib to src/pkgRob Pike1-0/+164