]> Cypherpunks repositories - gostls13.git/commit
split printer.go into two files; it has become too large:
authorRobert Griesemer <gri@golang.org>
Tue, 3 Nov 2009 04:55:40 +0000 (20:55 -0800)
committerRobert Griesemer <gri@golang.org>
Tue, 3 Nov 2009 04:55:40 +0000 (20:55 -0800)
commit6e98b7f0b28dd7f52a4cbe8f69c25d33e53f09bc
tree5207f0c1ffc1d1a986ad467fcdde178b7abdb149
parent120d0b50c647d13e35f00fbb01de49d1dd0af2fe
split printer.go into two files; it has become too large:
- nodes.go implements ast node formatting
- printer.go implements the core printing functionality
  and public interface

No code changes except for updating the import clauses
and adding a top-level comment to nodes.go.

R=rsc
http://go/go-review/1016026
src/pkg/go/printer/Makefile
src/pkg/go/printer/nodes.go [new file with mode: 0644]
src/pkg/go/printer/printer.go