@@ -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
|
||||
|
Reference in New Issue
Block a user