aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/datafmt
AgeCommit message (Expand)Author
2009-10-14move datafmt into expRuss Cox
2009-10-08more lgtm files from gofmtRuss Cox
2009-10-06apply gofmt to datafmt, ebnf, exec, expvar, flag, fmtRuss Cox
2009-09-17use buf.String() instead of string(buf.Bytes())Rob Pike
2009-09-17unused importsRuss Cox
2009-09-16rename bytes.Buffer.Data() to bytes.Buffer.Bytes()Rob Pike
2009-09-15more "declared and not used".Russ Cox
2009-09-14fix "declared and not used" errors in non-test code.Russ Cox
2009-09-09update type switch to match spec.Russ Cox
2009-08-12delete forward type declarationsRuss Cox
2009-08-12convert non-low-level non-google pkg codeRuss Cox
2009-08-05- FieldByName lookup through anonymous fieldsRobert Griesemer
2009-07-16use FieldByName where possible.Rob Pike
2009-07-14update remaining files to match new scanner/parser interfaceRobert Griesemer
2009-07-07datafmt: use new reflect interface (CL 31107)Russ Cox
2009-07-07Avoid race condition. Following the left to right rule,Ian Lance Taylor
2009-06-29io.StringBytes -> strings.BytesRuss Cox
2009-06-09mv src/lib to src/pkgRob Pike