lens @ 14e5580efd51c7b9e70d304715e512a2ea2a1b21

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