Go: Testing Concurrent Applications
Testing concurrent programs is a lot like testing single-task programs. If the code is well-designed, you can test the state of a concurrent program with standard tools like channels, wait groups, and other abstractions built on top of them.
But if y...
blog.fshtab.com13 min read