lens @ dd6dc669fa232716cce0e2dbc5c4f7bd32296d66

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