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