Files
go-bot-dongl/tool/tool.go
dongl 849f198a54 简单demo
打卡
每天定时任务  针对单独一个群
2022-07-20 13:43:22 +08:00

8 lines
83 B
Go

package tool
import "hash/maphash"
type Self struct {
commandMap maphash.Hash
}