mirror of
https://github.com/gravitl/netmaker.git
synced 2025-10-06 17:29:15 +08:00
removed mutex
This commit is contained in:
@@ -50,8 +50,6 @@ func Dump() string {
|
|||||||
if program != "netmaker" {
|
if program != "netmaker" {
|
||||||
return ""
|
return ""
|
||||||
}
|
}
|
||||||
mu.Lock()
|
|
||||||
defer mu.Unlock()
|
|
||||||
var dumpString = ""
|
var dumpString = ""
|
||||||
type keyVal struct {
|
type keyVal struct {
|
||||||
Key string
|
Key string
|
||||||
|
Reference in New Issue
Block a user