aht/barcamp2011-gonuts
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
This is the source code for my Barcamp Saigon 2011 talks on the Go language and concurrency. The HTML presentation is at http://aht.github.com/barcamp2011-gonuts/. There are two sample Go programs: * primitives.go: demonstrate Go's concurrency primitives * echosrv.go: a TCP echo server that spawn multiple goroutines, handle errors and also does logging! Colophon: to make the HTML file, you'll need some dark art. I won't tell you more because it is not finished but if you really want take a look at http://github.com/aht/nest/.