Files
anylink/base/start.go
2020-12-16 16:36:56 +08:00

8 lines
71 B
Go

package base
func Start() {
initFlag()
initServerCfg()
initLog()
}