lens @ a9a270ba1e1e9add10d75de3e592efee9728c5b4

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