summaryrefslogtreecommitdiff
path: root/doc/progs/echo.go
AgeCommit message (Collapse)AuthorFilesLines
2012-04-06Imported Upstream version 1upstream/1Ondřej Surý1-32/+0
2011-09-13Imported Upstream version 60upstream/60Ondřej Surý1-0/+32
2011-09-13Imported Upstream version 60Ondřej Surý1-32/+0
2009-12-16update tutorial.Rob Pike1-8/+8
R=rsc CC=golang-dev http://codereview.appspot.com/179063
2009-11-12add a paragraph about semicolons to the tutorial.Rob Pike1-1/+1
fix a typo caught by kakugawa@gmail.com Fixes issue 92. R=rsc CC=golang-dev http://codereview.appspot.com/152105
2009-11-07tutorial fixesRuss Cox1-2/+2
R=r CC=go-dev http://go/go-review/1024014
2009-11-01fixups in the tutorialRob Pike1-4/+4
also add a section about compiling programs because some found it surprising not to have one R=rsc CC=go-dev http://go/go-review/1018011
2009-10-14excise some internal references.Russ Cox1-1/+1
R=r DELTA=209 (65 added, 114 deleted, 30 changed) OCL=35718 CL=35721
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