Ran code though formatter.
This commit is contained in:
parent
3b632be7a5
commit
e9daebc92f
@ -49,6 +49,6 @@ func main() {
|
|||||||
// finished. An alternative way to wait for multiple
|
// finished. An alternative way to wait for multiple
|
||||||
// goroutines is to use a [WaitGroup](waitgroups).
|
// goroutines is to use a [WaitGroup](waitgroups).
|
||||||
for a := 1; a <= numJobs; a++ {
|
for a := 1; a <= numJobs; a++ {
|
||||||
fmt.Println( "results", <- results )
|
fmt.Println("result", <-results)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user