summaryrefslogtreecommitdiff
path: root/doc/progs/helloworld3.go
AgeCommit message (Collapse)AuthorFilesLines
2009-03-16change the tutorial to use File, file rather than FD, fd.Rob Pike1-3/+3
also make the default input for makehtml be go_tutorial.txt. R=rsc DELTA=176 (58 added, 58 deleted, 60 changed) OCL=26374 CL=26374
2009-03-03Automated g4 rollback of changelist 25024,Russ Cox1-1/+1
plus significant hand editing. Back to T{x} for composite literals. R=r OCL=25612 CL=25632
2009-02-13convert composite literals from { } to ( ).Russ Cox1-1/+1
only non-trivial changes are in convlit1.go golden.out R=gri OCL=25019 CL=25024
2009-01-16casify, cleanup sysRuss Cox1-1/+1
R=r OCL=22978 CL=22984
2009-01-09update tutorial to new language.Rob Pike1-5/+5
add a section on printing add a section on allocation R=rsc DELTA=500 (278 added, 15 deleted, 207 changed) OCL=22381 CL=22456
2009-01-06make the tutorial programs run again.Rob Pike1-1/+1
(the text still needs fixing) add the tutorial programs to the test run. R=rsc DELTA=41 (6 added, 0 deleted, 35 changed) OCL=22174 CL=22174
2008-09-17tutorial code:Rob Pike1-1/+1
tweak a program or two delete unused programs add shell script to run them all R=gri DELTA=213 (62 added, 147 deleted, 4 changed) OCL=15435 CL=15437
2008-09-12next section: i/o package that has structs, methodsRob Pike1-0/+17
R=gri DELTA=137 (134 added, 0 deleted, 3 changed) OCL=15251 CL=15259