lens @ 869f50db2fbc24826762fb61d35e5f8de79296c1

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