hibiscus/main.go
2024-05-04 14:29:49 +03:00

9 lines
86 B
Go

package main
var Cfg = ConfigInit()
func main() {
FlagInit()
LogInit()
Serve()
}