summaryrefslogtreecommitdiff
path: root/doc/progs/echo.go
AgeCommit message (Collapse)AuthorFilesLines
2009-10-13Automated g4 rollback of changelist 35383.Rob Pike1-6/+6
*** Reason for rollback *** roll back the changes to the tutorial programs (only) since they break the automated processing used to create the tutorial. *** Original change description *** apply gofmt to the LGTM-marked files from 34501 that have not changed since I applied gofmt. R=rsc DELTA=139 (0 added, 44 deleted, 95 changed) OCL=35670 CL=35670
2009-10-06apply gofmt to the LGTM-marked files from 34501Russ Cox1-6/+6
that have not changed since I applied gofmt. R=gri DELTA=456 (77 added, 3 deleted, 376 changed) OCL=35378 CL=35383
2009-01-15casify tutorial examplesRob Pike1-4/+4
will bring document in line in a later CL, which may include revisiting some of the names R=rsc DELTA=58 (0 added, 0 deleted, 58 changed) OCL=22906 CL=22908
2009-01-09update tutorial to new language.Rob Pike1-8/+8
add a section on printing add a section on allocation R=rsc DELTA=500 (278 added, 15 deleted, 207 changed) OCL=22381 CL=22456
2008-09-10growing the tutorialRob Pike1-0/+32
R=gri OCL=15115 CL=15115