Add debug flag

This commit is contained in:
Andrew-71 2024-05-04 14:29:49 +03:00
parent 4ea67fc2e9
commit 8d4cbdac90
6 changed files with 13 additions and 3 deletions

View file

@ -3,7 +3,7 @@ package main
var Cfg = ConfigInit()
func main() {
LogInit()
FlagInit()
LogInit()
Serve()
}