]> Cypherpunks repositories - gostls13.git/commit
gofmt (final resting place TBD):
authorRobert Griesemer <gri@golang.org>
Mon, 15 Jun 2009 23:23:16 +0000 (16:23 -0700)
committerRobert Griesemer <gri@golang.org>
Mon, 15 Jun 2009 23:23:16 +0000 (16:23 -0700)
commita893db8767e0857fffe3d8ae64d2b4b2dd2c22fe
tree2b1c45e73309b6dd4032ddc4d22df0842ac4ef00
parentc2faeac8c4be9fa116be01c975518ffa299bf89a
gofmt (final resting place TBD):
- replacement for pretty; app to format a single .go file

printer.go (pkg/go/printer):
- replacement for astprinter.go; implements AST printing
- also replaces pkg/go/ast/format.go for now

cleanups:
- removed/saved away old code

R=r,rsc,iant
DELTA=2833  (1183 added, 1628 deleted, 22 changed)
OCL=30226
CL=30306
13 files changed:
src/pkg/Make.deps
src/pkg/Makefile
src/pkg/go/ast/Makefile
src/pkg/go/ast/format.go [deleted file]
src/pkg/go/printer/Makefile [new file with mode: 0644]
src/pkg/go/printer/printer.go [new file with mode: 0644]
usr/gri/pretty/Makefile
usr/gri/pretty/astprinter.go [deleted file]
usr/gri/pretty/godoc.go
usr/gri/pretty/gofmt.go [new file with mode: 0644]
usr/gri/pretty/pretty.go [deleted file]
usr/gri/pretty/test.sh
usr/gri/pretty/untab.go [deleted file]