Skip to content

Commit

Permalink
💄 fix building error
Browse files Browse the repository at this point in the history
  • Loading branch information
orca-zhang committed Dec 24, 2021
1 parent d6c901c commit 5085847
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stats/stats.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ type StatsNode struct {

// Bind - to stats a cache
// `pool` can be used to classify instances that store same items
func Bind(pool string, caches ...*cache.Cache) error {
func Bind(pool string, caches ...*orcache.Cache) error {
v, _ := m.LoadOrStore(pool, &StatsNode{})
for _, c := range caches {
c.Inspect(func(action int, _ string, ok int) {
Expand Down

0 comments on commit 5085847

Please sign in to comment.