How and when to use sync.WaitGroup in Golang
Go is known for its first-class support for concurrency, or the ability for a program to deal with multiple things at once. Running code concurrently is becoming a more critical part of programming as computers move from running a single code stream ...
hirok-biswas.hashnode.dev5 min read