deckarep / golang-set

A simple, battle-tested and generic set type for the Go language. Trusted by Docker, 1Password, Ethereum and Hashicorp.
Other
4k stars 272 forks source link

add wg.Wait() at the end of Test_CloneConcurrent #97

Closed KeiichiHirobe closed 2 years ago

KeiichiHirobe commented 2 years ago

I found that no wg.Wait() at the end of Test_CloneConcurrent. I just added it.

deckarep commented 2 years ago

Nice catch thank you!