lens @ 29e9fd3136f2e2fe301cbe07967fb3bb4ffcee2a

1package repository
2
3import "errors"
4
5var ErrRecordNotFound = errors.New("record not found")