]> Cypherpunks repositories - gostls13.git/commit
tutorial: replace the forever loops with finite counts in sieve programs.
authorRob Pike <r@golang.org>
Wed, 27 Apr 2011 16:59:27 +0000 (09:59 -0700)
committerRob Pike <r@golang.org>
Wed, 27 Apr 2011 16:59:27 +0000 (09:59 -0700)
commit2ccd20a646f3e6b46c4f3e779c3833071b735886
tree9cf83cebed1933e92e1b5001bd12d6ab49ab8117
parent5eeaca12d36e7556054b7694a41787c67e7b309c
tutorial: replace the forever loops with finite counts in sieve programs.
Fixes #1742.
I hope.

Also this picks up an update to go_tutorial.html that should already have happened.

R=brainman, rsc, peterGo
CC=golang-dev
https://golang.org/cl/4452050
doc/go_tutorial.html
doc/progs/sieve.go
doc/progs/sieve1.go
src/run.bash