Go Class: 29 Homework #5 (h/w #4 part deux)
3.9K views on YouTube
We revisit problem 7.11 with Go’s race detector to show the race condition we left in our previous solution, and then we fix it and show it works.
Slides at: https://github.com/matt4biz/go-class-slides/blob/trunk/xmas-2020/README.md
Code at: https://github.com/matt4biz/go-class-exer-7.11