Rename waitgroup-->waitgroups
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
// across goroutines. Here's an example of using a
|
||||
// blocking receive to wait for a goroutine to finish.
|
||||
// When waiting for multiple goroutines to finish,
|
||||
// you may prefer to use a [WaitGroup](waiting-for-goroutines-to-finish).
|
||||
// you may prefer to use a [WaitGroup](waitgroups).
|
||||
|
||||
package main
|
||||
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
df90432a53832c045472981a9da23d1139fb2b5c
|
||||
f6qTtt1agmN
|
||||
eb022977181884c2ab0f2b69e50311769e67a509
|
||||
8lmP8beav0p
|
||||
|
||||
Reference in New Issue
Block a user