7 lines
59 B
Go
Raw Normal View History

2022-09-20 23:50:01 +08:00
package storage
func Init() {
initMySQL()
initRedis()
}