lens @ 91f7c40479aa9ef18c7927913be49a014a8a3115

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