cleanup deps

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
2020-08-28 11:52:51 +03:00
parent 6aa857dfa1
commit 7cf42589b3
11 changed files with 38 additions and 178 deletions

View File

@@ -9,9 +9,8 @@ import (
var (
// ErrNotFound is returned when a key doesn't exist
ErrNotFound = errors.New("not found")
// DefaultStore is the memory store.
DefaultStore Store = new(noopStore)
ErrNotFound = errors.New("not found")
DefaultStore Store
)
// Store is a data storage interface