hibiscus/main.go
2024-03-26 14:00:32 +03:00

9 lines
86 B
Go

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