const internal/reflectlite.Interface

16 uses

	internal/reflectlite (current package)
		type.go#L101: 	Interface
		type.go#L424: 	Interface:     "interface",
		type.go#L512: 	case Interface:
		type.go#L552: 	if t.Kind() == Interface {
		type.go#L719: 	if u.Kind() != Interface {
		type.go#L739: 	if T.Kind() != Interface {
		type.go#L759: 	if V.Kind() == Interface {
		type.go#L905: 	case Interface:
		value.go#L228: 	case Interface:
		value.go#L265: 	if v.kind() == Interface {
		value.go#L300: 	case Interface, Slice:
		value.go#L364: 	if v.kind() == Interface {
		value.go#L428: 		if v.Kind() == Interface && v.IsNil() {
		value.go#L432: 			return Value{dst, nil, flag(Interface)}
		value.go#L440: 		return Value{dst, target, flagIndir | flag(Interface)}

	errors
		wrap.go#L88: 	if targetType.Kind() != reflectlite.Interface && !targetType.Implements(errorType) {