mmcgrana / gobyexample

Go by Example
https://gobyexample.com
7.16k stars 1.26k forks source link

Update waitgroups example to use go 1.22 #508

Closed pzerone closed 7 months ago

pzerone commented 7 months ago

goroutine closures inside for loops does not require variable reassignment since the 1.22 for loop changes