1
0
mirror of https://github.com/MontFerret/ferret.git synced 2025-04-04 22:34:40 +02:00

8 lines
100 B
Go
Raw Normal View History

package base
import "github.com/pkg/errors"
var (
ErrAssertion = errors.New("assertion error")
)