summaryrefslogtreecommitdiff
path: root/doc/progs/server1.go
AgeCommit message (Collapse)AuthorFilesLines
2009-12-16update tutorial.Rob Pike1-20/+20
R=rsc CC=golang-dev http://codereview.appspot.com/179063
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-30needless semicolonsRob Pike1-1/+1
R=rsc DELTA=2 (0 added, 0 deleted, 2 changed) OCL=23967 CL=23970
2009-01-30update go code tree to new func rules.Russ Cox1-4/+4
R=r DELTA=367 (111 added, 59 deleted, 197 changed) OCL=23957 CL=23960
2009-01-30rename variable at rsc's requestRob Pike1-2/+2
R=rsc DELTA=4 (0 added, 0 deleted, 4 changed) OCL=23896 CL=23928
2009-01-30clean up server code in tutorialRob Pike1-3/+3
R=rsc DELTA=15 (1 added, 0 deleted, 14 changed) OCL=23889 CL=23889
2009-01-15casify tutorial examplesRob Pike1-11/+11
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-6/+6
(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-3/+3
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-16update to new communications syntaxRob Pike1-5/+4
R=gri OCL=15417 CL=15417
2008-09-16section on service multiplexingRob Pike1-3/+3
R=gri DELTA=75 (57 added, 4 deleted, 14 changed) OCL=15394 CL=15398
2008-09-16replace 235 with sieve - less problematicRob Pike1-0/+55
add programs, not yet described, to demonstrate servers. R=gri DELTA=279 (177 added, 16 deleted, 86 changed) OCL=15380 CL=15389