mirror of
https://github.com/TeaOSLab/EdgeAPI.git
synced 2025-12-29 17:26:35 +08:00
阶段性提交
This commit is contained in:
5
internal/configs/locker.go
Normal file
5
internal/configs/locker.go
Normal file
@@ -0,0 +1,5 @@
|
||||
package configs
|
||||
|
||||
import "sync"
|
||||
|
||||
var sharedLocker = &sync.RWMutex{}
|
||||
Reference in New Issue
Block a user