โšก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)