mirror of
https://github.com/mindoc-org/mindoc.git
synced 2026-02-27 17:03:57 +08:00
fix(document): fail to count times when cache is enabled.
This commit is contained in:
2
cache/cache.go
vendored
2
cache/cache.go
vendored
@@ -7,8 +7,8 @@ import (
|
||||
"errors"
|
||||
"time"
|
||||
|
||||
"github.com/beego/beego/v2/core/logs"
|
||||
"github.com/beego/beego/v2/client/cache"
|
||||
"github.com/beego/beego/v2/core/logs"
|
||||
)
|
||||
|
||||
var bm cache.Cache
|
||||
|
||||
Reference in New Issue
Block a user