lens @ c3ea735c0f03a0827a8e753a5b5adf6e31f4c925

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