9 lines
87 B
Go
9 lines
87 B
Go
package initialize
|
|
|
|
func Run() {
|
|
LoadConfig()
|
|
Mysql()
|
|
Redis()
|
|
Alipay()
|
|
Router()
|
|
} |