Skip to content

Commit

Permalink
fix queue import path (#155)
Browse files Browse the repository at this point in the history
  • Loading branch information
leaxoy authored and cristaloleg committed Aug 30, 2019
1 parent 2cf8c0b commit dc3aaab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shard.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"sync"
"sync/atomic"

"github.com/allegro/bigcache/queue"
"github.com/allegro/bigcache/v2/queue"
)

type onRemoveCallback func(wrappedEntry []byte, reason RemoveReason)
Expand Down

0 comments on commit dc3aaab

Please sign in to comment.