summaryrefslogtreecommitdiff
path: root/doc/progs/printf.go
AgeCommit message (Collapse)AuthorFilesLines
2009-01-15printf->Printf etc.Rob Pike1-1/+1
the raw fmt routines will be another, smaller but subtler pass. R=rsc DELTA=157 (0 added, 0 deleted, 157 changed) OCL=22851 CL=22851
2009-01-09update tutorial to new language.Rob Pike1-0/+11
add a section on printing add a section on allocation R=rsc DELTA=500 (278 added, 15 deleted, 207 changed) OCL=22381 CL=22456