fix: show version.

This commit is contained in:
Daniel Ding
2025-11-26 10:26:23 +08:00
parent b1b886beb5
commit 431169034f
5 changed files with 17 additions and 7 deletions

View File

@@ -12,6 +12,8 @@ func main() {
config.Update(c)
libol.SetLogger(c.Log.File, c.Log.Verbose)
libol.ShowVersion()
cache.Init(&c.Perf)
s := cswitch.NewSwitch(c)
libol.PreNotify()