b37d4472e4
Plus some mutex and config refactoring along the way... Signed-off-by: Michael Mayer <michael@liquidbytes.net>
9 lines
78 B
Go
9 lines
78 B
Go
package mutex
|
|
|
|
import (
|
|
"sync"
|
|
)
|
|
|
|
var Db = sync.Mutex{}
|
|
|
|
var Worker = Busy{}
|