Channel in golang – a very important part of concurrency programming in go
waitGroup in Golang – Essential part of Shared memory technique
WaitGroup is the very common keyword to handle concurrency in golang. It is an essential part of shared memory programming