整理module

This commit is contained in:
boyce
2019-02-22 14:17:04 +08:00
parent ee61b6145e
commit 29607777f8
4 changed files with 291 additions and 205 deletions

View File

@@ -38,5 +38,5 @@ func InitGlobalModule(exit chan bool, pwaitGroup *sync.WaitGroup) {
}
func RunGlobalModule() {
g_module.RunModule(&g_module)
go g_module.RunModule(&g_module)
}