diff --git a/cmd/enterprise.go b/cmd/enterprise.go index 117a008..58a5b3b 100644 --- a/cmd/enterprise.go +++ b/cmd/enterprise.go @@ -7,7 +7,7 @@ import ( "enterprise/worker" ) -func main11() { +func main() { config.LoadServerConfig() global.InitGlobal() @@ -20,7 +20,7 @@ func main11() { } } -func main() { +func main22() { config.LoadServerConfig() global.InitGlobal() //cfg := config.GetConfig()