anylink/base/start.go

8 lines
71 B
Go

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