mirror of
https://github.com/duanhf2012/origin.git
synced 2026-02-22 13:04:41 +08:00
去除掉全局模块
This commit is contained in:
@@ -2,13 +2,9 @@ package originnode
|
||||
|
||||
import (
|
||||
_ "net/http/pprof"
|
||||
"sync"
|
||||
|
||||
"github.com/duanhf2012/origin/sysmodule"
|
||||
|
||||
"github.com/duanhf2012/origin/service"
|
||||
)
|
||||
|
||||
/*
|
||||
type GlobalModule struct {
|
||||
service.BaseModule
|
||||
}
|
||||
@@ -40,3 +36,4 @@ func InitGlobalModule(exit chan bool, pwaitGroup *sync.WaitGroup) {
|
||||
func RunGlobalModule() {
|
||||
go g_module.RunModule(&g_module)
|
||||
}
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user