diff options
| author | Robert Griesemer <gri@golang.org> | 2009-06-15 16:23:16 -0700 |
|---|---|---|
| committer | Robert Griesemer <gri@golang.org> | 2009-06-15 16:23:16 -0700 |
| commit | a893db8767e0857fffe3d8ae64d2b4b2dd2c22fe (patch) | |
| tree | 2b1c45e73309b6dd4032ddc4d22df0842ac4ef00 /src/pkg/Makefile | |
| parent | c2faeac8c4be9fa116be01c975518ffa299bf89a (diff) | |
| download | go-a893db8767e0857fffe3d8ae64d2b4b2dd2c22fe.tar.xz | |
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
Diffstat (limited to 'src/pkg/Makefile')
| -rw-r--r-- | src/pkg/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pkg/Makefile b/src/pkg/Makefile index 036a82e38b..3339a9d369 100644 --- a/src/pkg/Makefile +++ b/src/pkg/Makefile @@ -33,6 +33,7 @@ DIRS=\ go/ast\ go/doc\ go/parser\ + go/printer\ go/scanner\ go/token\ hash\ |
