9 lines
86 B
Go
9 lines
86 B
Go
package main
|
|
|
|
var Cfg = ConfigInit()
|
|
|
|
func main() {
|
|
FlagInit()
|
|
LogInit()
|
|
Serve()
|
|
}
|