docs: 增加注释

This commit is contained in:
Mmx
2021-12-02 13:46:01 +08:00
parent 680130aaef
commit 07d66ced1e
6 changed files with 18 additions and 2 deletions

View File

@@ -5,9 +5,12 @@ import (
)
var Flags struct {
Path string
//配置文件路径
Path string
//daemon模式内置标记
RunningDaemon bool
Daemon bool
//强制daemon
Daemon bool
}
func initFlags() {