anylink/base/start.go

11 lines
99 B
Go

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