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