mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2025-12-30 09:38:26 -05:00
6 lines
53 B
Go
6 lines
53 B
Go
package common
|
|
|
|
import "sync"
|
|
|
|
var Wg sync.WaitGroup
|