lens @ 99a7e9ab02ae1980874be35f6a2651ca4bfdb951

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