]> Cypherpunks repositories - gostls13.git/commit
- renamed format -> datafmt
authorRobert Griesemer <gri@golang.org>
Wed, 3 Jun 2009 00:18:27 +0000 (17:18 -0700)
committerRobert Griesemer <gri@golang.org>
Wed, 3 Jun 2009 00:18:27 +0000 (17:18 -0700)
commit8083467d62b96a3bbfba41155460b2245dbaf656
treee9a1f371ad1bd0cc866cb7b91d32c83046e2e2f3
parentda0a582564da3a0afeaa17336a025876a925db0e
- renamed format -> datafmt
- factored out datafmt-specifics from pretty to ast

R=rsc
DELTA=3580  (1810 added, 1763 deleted, 7 changed)
OCL=29770
CL=29774
src/lib/Make.deps
src/lib/Makefile
src/lib/datafmt/Makefile [moved from src/lib/format/Makefile with 76% similarity]
src/lib/datafmt/datafmt.go [moved from src/lib/format/format.go with 99% similarity]
src/lib/datafmt/datafmt_test.go [moved from src/lib/format/format_test.go with 88% similarity]
src/lib/datafmt/parser.go [moved from src/lib/format/parser.go with 99% similarity]
src/lib/go/ast/Makefile
src/lib/go/ast/format.go [new file with mode: 0644]
usr/gri/pretty/pretty.go
usr/gri/pretty/test.sh