lens @ d33ba9ee675eedf47ce4a7977d116bf81dda5b2e

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