index
:
lens
master
A read only file explorer with media capabilities
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
pkg
/
database
/
repository
/
base.go
blob: a9d69c990f2425f791b8e4ce2746a75452fcfb2f (
plain
)
1
2
3
4
5
package
repository
import
"errors"
var
ErrRecordNotFound
=
errors
.
New
(
"record not found"
)