func go.pact.im/x/plumb/internal/gotypes.IsErrorType

3 uses

	go.pact.im/x/plumb/internal/gotypes (current package)
		gotypes.go#L158: func IsErrorType(t types.Type) bool {
		gotypes.go#L178: 	return IsErrorType(sig.Results().At(0).Type())

	go.pact.im/x/plumb/internal/solve
		instance.go#L251: 		case gotypes.IsErrorType(t):