Commit 6e98b7f0 authored by Robert Griesemer's avatar Robert Griesemer

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
parent 120d0b50
......@@ -7,5 +7,6 @@ include $(GOROOT)/src/Make.$(GOARCH)
TARG=go/printer
GOFILES=\
printer.go\
nodes.go\
include $(GOROOT)/src/Make.pkg
This diff is collapsed.
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment