Files
SaveAny-Bot/common/common.go
2024-11-09 09:07:00 +08:00

7 lines
59 B
Go

package common
func Init() {
initClient()
initCache()
}