Skip to content

Commit

Permalink
chore: linters
Browse files Browse the repository at this point in the history
Signed-off-by: Valery Piashchynski <[email protected]>
  • Loading branch information
rustatian committed Sep 9, 2023
1 parent 61e5432 commit 8ee04af
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions memorykv/kv.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ type cb struct {
}

type Driver struct {
mu sync.RWMutex

heap sync.Map // map[string]kv.Item
// callbacks contains all callbacks channels for the keys
callbacks sync.Map // map[string]*cb
Expand Down

0 comments on commit 8ee04af

Please sign in to comment.