diff --git a/LearnConcurrency.md b/LearnConcurrency.md index 7b74be8d..c68601b4 100644 --- a/LearnConcurrency.md +++ b/LearnConcurrency.md @@ -24,7 +24,7 @@ This page links to resources for learning about concurrency in Go. The items ar ## Intermediate - Study [Go by Example](https://gobyexample.com) from [goroutines](https://gobyexample.com/goroutines) through [stateful goroutines](https://gobyexample.com/stateful-goroutines) - Watch [Go Concurrency Patterns](https://talks.golang.org/2012/concurrency.slide#1) -- Watch [A Practical Guide to Preventing Deadlocks and Leaks in Go](https://www.youtube.com/watch?t=53&v=3EW1hZ8DVyw) +- Watch [A Practical Guide to Preventing Deadlocks and Leaks in Go](https://www.youtube.com/watch?v=3EW1hZ8DVyw) - Read [Share Memory By Communicating](http://blog.golang.org/share-memory-by-communicating) and do the [codewalk](http://golang.org/doc/codewalk/sharemem/) - Read [Go Concurrency Patterns: Timing out, moving on](http://blog.golang.org/go-concurrency-patterns-timing-out-and) - Watch [Concurrency is not Parallelism](http://talks.golang.org/2012/waza.slide#1)