mirror of
https://github.com/bjdgyc/anylink.git
synced 2025-08-08 08:22:26 +08:00
13 lines
103 B
Go
13 lines
103 B
Go
package base
|
|
|
|
func Start() {
|
|
execute()
|
|
initCfg()
|
|
initLog()
|
|
initMod()
|
|
}
|
|
|
|
func Test() {
|
|
initLog()
|
|
}
|