summaryrefslogtreecommitdiff
path: root/doc/progs/printf.go
AgeCommit message (Collapse)AuthorFilesLines
2009-03-18remove print() from the tutorial, generating a little clumsiness around "import"Rob Pike1-11/+0
R=rsc,gri DELTA=103 (36 added, 33 deleted, 34 changed) OCL=26442 CL=26491
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