mirror of
https://github.com/bufanyun/hotgo.git
synced 2025-11-10 11:13:44 +08:00
代码规范过滤,移除冗余代码,替换掉不推荐的包
This commit is contained in:
1
server/internal/library/cache/cache.go
vendored
1
server/internal/library/cache/cache.go
vendored
@@ -66,5 +66,4 @@ func SetAdapter(ctx context.Context) {
|
||||
// 通用缓存
|
||||
cache = gcache.New()
|
||||
cache.SetAdapter(adapter)
|
||||
return
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user