mirror of
https://github.com/bjdgyc/anylink.git
synced 2025-08-08 17:42:50 +08:00
12 lines
92 B
Go
12 lines
92 B
Go
package base
|
|
|
|
func Start() {
|
|
execute()
|
|
initCfg()
|
|
initLog()
|
|
}
|
|
|
|
func Test() {
|
|
initLog()
|
|
}
|