mirror of
https://github.com/lzh-1625/go_process_manager.git
synced 2025-10-03 15:16:29 +08:00
update
This commit is contained in:
@@ -11,7 +11,6 @@ import (
|
||||
"github.com/lzh-1625/go_process_manager/config"
|
||||
"github.com/lzh-1625/go_process_manager/internal/app/constants"
|
||||
"github.com/lzh-1625/go_process_manager/internal/app/logic"
|
||||
"github.com/lzh-1625/go_process_manager/internal/app/middle"
|
||||
"github.com/lzh-1625/go_process_manager/internal/app/repository"
|
||||
"github.com/lzh-1625/go_process_manager/internal/app/termui"
|
||||
logger "github.com/lzh-1625/go_process_manager/log"
|
||||
@@ -134,10 +133,6 @@ func initListenKillSignal() {
|
||||
}()
|
||||
}
|
||||
|
||||
func initCondTiming() {
|
||||
middle.InitCondTiming()
|
||||
}
|
||||
|
||||
func initLogHandle() {
|
||||
logic.InitLogHandle()
|
||||
}
|
||||
|
Reference in New Issue
Block a user