lens @ master

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