报错修改

This commit is contained in:
meixiongfeng 2022-06-13 12:00:57 +08:00
parent 0416ce5b17
commit 19a0244d7c

1
sys/cache/core.go vendored
View File

@ -8,7 +8,6 @@ type (
ISys interface {
IUser //户模块的相关缓存接口
IPack //背包模块的线管缓存接口
IMail //邮件相关的缓存接口
IFriend //好友相关的缓存接口
}
)