lens @ ae10e121875982d6956d6bff453544cc59a75616

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