mirror of
https://github.com/genxium/DelayNoMore
synced 2024-12-26 03:39:00 +00:00
7 lines
59 B
Go
7 lines
59 B
Go
|
package storage
|
||
|
|
||
|
func Init() {
|
||
|
initMySQL()
|
||
|
initRedis()
|
||
|
}
|