DelayNoMore/battle_srv/storage/init.go
2022-09-20 23:52:55 +08:00

7 lines
59 B
Go

package storage
func Init() {
initMySQL()
initRedis()
}