mirror of
https://github.com/krau/SaveAny-Bot.git
synced 2026-05-10 17:52:44 +08:00
7 lines
59 B
Go
7 lines
59 B
Go
package common
|
|
|
|
func Init() {
|
|
initClient()
|
|
initCache()
|
|
}
|