aboutsummaryrefslogtreecommitdiff
package bloom

import "errors"

var ErrInvalid = errors.New("bloom: invalid data")