-
Kevin Atkinson authored
LevelDB Delete() method will not return ErrNotFound, so check that the key exists first by calling Has() and return ds.ErrNotFound if Has() returns false. License: MIT Signed-off-by: Kevin Atkinson <k@kevina.org>
3c980c5a
LevelDB Delete() method will not return ErrNotFound, so check that the
key exists first by calling Has() and return ds.ErrNotFound if Has()
returns false.
License: MIT
Signed-off-by: Kevin Atkinson <k@kevina.org>