func Is()

in internal/errors/errors.go [45:47]


func Is(err error, target error) bool {
	return errors.Is(err, target)
}