Abstract
A deep dive into the details of Go concurrency.
We'll talk about goroutines, mutexes, channels, and other concurrency features: how to use them correctly, how not to use them, and how to test and debug concurrent programs.
If you understand Go well, but have always been a little unclear on the concurrency part, this workshop is for you.