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