Commit af8036aa authored by Robert Griesemer's avatar Robert Griesemer

- renamed docprinter.go -> doc.go

- adjusted dependent files
  (no changes in doc.go)

TBR=rsc
OCL=27860
CL=27860
parent f8ff3b10
......@@ -30,7 +30,7 @@ install: pretty godoc untab
clean:
rm -f pretty untab godoc *.6 *.a 6.out *~
godoc.6: astprinter.6 comment.6 docprinter.6
godoc.6: astprinter.6 comment.6 doc.6
pretty.6: astprinter.6 format.6
......
......@@ -48,7 +48,7 @@ import (
"astprinter";
"comment";
"docprinter"; // TODO: "doc"
"doc";
)
......
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