lens @ 4bc07694269c17f6d915ae084aba1b0814e02dff

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