Remove trailing whitespace
This commit is contained in:
parent
c235416b73
commit
75c4d19581
@ -33,7 +33,7 @@ func main() {
|
||||
// counter for each.
|
||||
for i := 1; i <= 5; i++ {
|
||||
// https://golang.org/doc/faq#closures_and_goroutines
|
||||
i := i
|
||||
i := i
|
||||
wg.Add(1)
|
||||
go worker(i, &wg)
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user