summaryrefslogtreecommitdiff
path: root/doc/progs/sieve1.go
AgeCommit message (Collapse)AuthorFilesLines
2012-04-06Imported Upstream version 1upstream/1Ondřej Surý1-51/+0
2011-09-13Imported Upstream version 60upstream/60Ondřej Surý1-0/+51
2011-09-13Imported Upstream version 60Ondřej Surý1-51/+0
2011-04-28Imported Upstream version 2011.04.27upstream/2011.04.27Ondřej Surý1-1/+1
2009-12-16update tutorial.Rob Pike1-15/+15
R=rsc CC=golang-dev http://codereview.appspot.com/179063
2009-10-13Automated g4 rollback of changelist 35383.Rob Pike1-5/+5
*** 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-5/+5
that have not changed since I applied gofmt. R=gri DELTA=456 (77 added, 3 deleted, 376 changed) OCL=35378 CL=35383
2009-08-13update tutorialRob Pike1-6/+6
R=rsc DELTA=30 (5 added, 0 deleted, 25 changed) OCL=33138 CL=33170
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-15casify tutorial examplesRob Pike1-6/+6
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-9/+9
(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-16update to new communications syntaxRob Pike1-3/+3
R=gri OCL=15417 CL=15417
2008-09-16section on service multiplexingRob Pike1-1/+1
R=gri DELTA=75 (57 added, 4 deleted, 14 changed) OCL=15394 CL=15398
2008-09-16replace 235 with sieve - less problematicRob Pike1-0/+49
add programs, not yet described, to demonstrate servers. R=gri DELTA=279 (177 added, 16 deleted, 86 changed) OCL=15380 CL=15389