mirror of
https://github.com/bjdgyc/anylink.git
synced 2025-09-18 01:17:14 +08:00
11 lines
99 B
Go
11 lines
99 B
Go
package base
|
|
|
|
func Start() {
|
|
initFlag()
|
|
initServerCfg()
|
|
initLog()
|
|
}
|
|
|
|
func Test() {
|
|
initLog()
|
|
} |