summaryrefslogtreecommitdiff
path: root/src/pkg/fmt/print.go
AgeCommit message (Collapse)AuthorFilesLines
2009-06-23rename Formatter to State and Format to Formatter, for nomenclatural consistencyRob Pike1-5/+5
R=rsc DELTA=9 (0 added, 0 deleted, 9 changed) OCL=30658 CL=30658
2009-06-22document the verbs for PrintfRob Pike1-13/+61
R=rsc DELTA=61 (48 added, 0 deleted, 13 changed) OCL=30616 CL=30619
2009-06-09mv src/lib to src/pkgRob Pike1-0/+705
tests: all.bash passes, gobuild still works, godoc still works. R=rsc OCL=30096 CL=30102