fix lint issue

This commit is contained in:
Sina Mahmoodi 2024-07-19 12:44:36 +02:00
parent a14d8f5cb9
commit 014ecf1dca

View file

@ -35,10 +35,6 @@ var (
// errMemorydbNotFound is returned if a key is requested that is not found in
// the provided memory database.
errMemorydbNotFound = errors.New("not found")
// errSnapshotReleased is returned if callers want to retrieve data from a
// released snapshot.
errSnapshotReleased = errors.New("snapshot released")
)
// Database is an ephemeral key-value store. Apart from basic data storage