const internal/types/errors.MissingFieldOrMethod
5 uses
internal/types/errors (current package)
code_string.go#L86: _ = x[MissingFieldOrMethod-76]
codes.go#L695: MissingFieldOrMethod
go/types
builtins.go#L728: check.errorf(x, MissingFieldOrMethod, invalidArg+"%s has no single field %s", base, sel)
call.go#L837: check.errorf(e.Sel, MissingFieldOrMethod, "%s.%s undefined (%s)", x.expr, sel, why)
call.go#L850: check.errorf(e.Sel, MissingFieldOrMethod, "%s.%s undefined (type %s has no method %s)", x.expr, sel, x.typ, sel)