Updated LearnConcurrency (markdown)

Sameer Ajmani 2015-01-08 15:08:38 -05:00
parent 6942db0a8e
commit 91ab06e7a1

@ -2,6 +2,7 @@ This page links to resources for learning about concurrency in Go. The items ar
## Beginner
- Read [Effective Go: Concurrency](https://golang.org/doc/effective_go.html#concurrency)
- Code [A Tour of Go: Concurrency](http://tour.golang.org/concurrency/1)
- Study [The Go Programming Language Specification](https://golang.org/ref/spec), especially
- [Go statements](https://golang.org/ref/spec#Go_statements)
- [Channel types](https://golang.org/ref/spec#Channel_types)