8 lines
77 B
Go
8 lines
77 B
Go
package initialize
|
|
|
|
func Run() {
|
|
LoadConfig()
|
|
Mysql()
|
|
Redis()
|
|
Router()
|
|
} |