mirror of
https://github.com/bjdgyc/anylink.git
synced 2025-08-08 12:24:30 +08:00
更改目录结构
This commit is contained in:
11
server/base/start.go
Normal file
11
server/base/start.go
Normal file
@@ -0,0 +1,11 @@
|
||||
package base
|
||||
|
||||
func Start() {
|
||||
initFlag()
|
||||
initServerCfg()
|
||||
initLog()
|
||||
}
|
||||
|
||||
func Test() {
|
||||
initLog()
|
||||
}
|
Reference in New Issue
Block a user