]> Cypherpunks repositories - gostls13.git/commit
effective go: extract and test a couple more examples.
authorRob Pike <r@golang.org>
Mon, 22 Aug 2011 12:46:59 +0000 (22:46 +1000)
committerRob Pike <r@golang.org>
Mon, 22 Aug 2011 12:46:59 +0000 (22:46 +1000)
commit18b21c720ec6bf85d1c741ef9b86fe42fb9aca42
tree51001b63ce614b93c1e48acbc68cae2d9fb22b8f
parent93134e06ba7bd3629a56d11f3bf05f8259d9be76
effective go: extract and test a couple more examples.

R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/4937045
doc/effective_go.html
doc/effective_go.tmpl
doc/progs/eff_bytesize.go [new file with mode: 0644]
doc/progs/eff_sequence.go [new file with mode: 0644]
doc/progs/run