dockerfiles/anylink/server/base/start.go

12 lines
92 B
Go

package base
func Start() {
execute()
initCfg()
initLog()
}
func Test() {
initLog()
}