lens @ a87e03ac1b777be4169f0d27c69e17505d96802b

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