โกGoroutines WorkshopWORKSHOP
1
2
3
4
5
6
Step 1
Launch 5 goroutines using `sync.WaitGroup`. Each goroutine should print its ID (1โ5). The main goroutine must wait for all of them to finish before exiting.
โ Enter (Mac) ยท Ctrl+Enter (Win/Linux)