Waiting for Goroutines to complete
Goroutines are one of the best features of Go language.
It is very easy to run a function as a goroutine, you just have to use the keyword go before the function call.
Here is a very simple function which sleeps for n seconds and prints a line.
pa...
progolang.dev3 min read