summaryrefslogtreecommitdiff
path: root/doc/progs/sieve.go
AgeCommit message (Collapse)AuthorFilesLines
2009-10-13Automated g4 rollback of changelist 35383.Rob Pike1-7/+7
*** 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-7/+7
that have not changed since I applied gofmt. R=gri DELTA=456 (77 added, 3 deleted, 376 changed) OCL=35378 CL=35383
2009-03-18remove print() from the tutorial, generating a little clumsiness around "import"Rob Pike1-1/+3
R=rsc,gri DELTA=103 (36 added, 33 deleted, 34 changed) OCL=26442 CL=26491
2009-01-20update tutorial for new export schemeRob Pike1-2/+2
R=ken,rsc DELTA=101 (9 added, 0 deleted, 92 changed) OCL=23174 CL=23188
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-06make the tutorial programs run again.Rob Pike1-5/+5
(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-29fix some typos, mostlyRob Pike1-1/+1
R=gri OCL=16161 CL=16161
2008-09-16update to new communications syntaxRob Pike1-2/+2
R=gri OCL=15417 CL=15417
2008-09-16replace 235 with sieve - less problematicRob Pike1-0/+36
add programs, not yet described, to demonstrate servers. R=gri DELTA=279 (177 added, 16 deleted, 86 changed) OCL=15380 CL=15389