From 83b33c1d855992e2c4e8d71600207959423a87ae Mon Sep 17 00:00:00 2001 From: liwei1dao Date: Mon, 13 Jun 2022 12:40:41 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E9=99=A4=E8=83=8C=E5=8C=85=E7=BC=93?= =?UTF-8?q?=E5=AD=98=E9=A1=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sys/cache/core.go | 1 - 1 file changed, 1 deletion(-) diff --git a/sys/cache/core.go b/sys/cache/core.go index 1f4236367..4912a06de 100644 --- a/sys/cache/core.go +++ b/sys/cache/core.go @@ -7,7 +7,6 @@ redis 缓存数据管理系统 type ( ISys interface { IUser //户模块的相关缓存接口 - IPack //背包模块的线管缓存接口 IFriend //好友相关的缓存接口 } )