fix logger problem

This commit is contained in:
kingecg 2024-10-01 18:51:49 +08:00
parent 3a72649c65
commit b3e74fdb80
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ type GoDaemon struct {
flag *string
sigChan chan os.Signal
state string
gologger.Logger
*gologger.Logger
Running *exec.Cmd
StartFn func(*GoDaemon)