mirror of
https://github.com/planetmint/planetmint-go.git
synced 2025-11-24 22:45:45 +00:00
6 lines
69 B
Go
6 lines
69 B
Go
package util
|
|
|
|
import "sync"
|
|
|
|
var TerminationWaitGroup sync.WaitGroup
|