WaitGroup is the very common keyword to handle concurrency in golang. It is an essential part of shared memory programming
Mutex in Golang – Simple and useful!
Mutex is a very simple technique that helps to handle the problems came from shared memory programming. Simple, but very useful!