summaryrefslogtreecommitdiff
path: root/src/pkg/datafmt/datafmt.go
AgeCommit message (Expand)AuthorFilesLines
2009-10-14move datafmt into expRuss Cox1-733/+0
2009-09-17use buf.String() instead of string(buf.Bytes())Rob Pike1-1/+1
2009-09-17unused importsRuss Cox1-3/+0
2009-09-16rename bytes.Buffer.Data() to bytes.Buffer.Bytes()Rob Pike1-4/+4
2009-09-15more "declared and not used".Russ Cox1-1/+1
2009-09-09update type switch to match spec.Russ Cox1-1/+1
2009-08-12delete forward type declarationsRuss Cox1-2/+0
2009-08-05- FieldByName lookup through anonymous fieldsRobert Griesemer1-47/+7
2009-07-16use FieldByName where possible.Rob Pike1-5/+2
2009-07-07datafmt: use new reflect interface (CL 31107)Russ Cox1-58/+48
2009-07-07Avoid race condition. Following the left to right rule,Ian Lance Taylor1-1/+2
2009-06-29io.StringBytes -> strings.BytesRuss Cox1-9/+10
2009-06-09mv src/lib to src/pkgRob Pike1-0/+789