encoding/gob.wireType.StructT (field)

9 uses

	encoding/gob (current package)
		decode.go#L920: 		case wire.StructT != nil:
		decode.go#L1102: 		wireStruct = wire.StructT
		decode.go#L1168: 		if wire != nil && wire.StructT != nil {
		decode.go#L1201: 			wt != nil && len(wt.StructT.Field) > 0 {
		decode.go#L1219: 	if wire != nil && wire.StructT != nil {
		type.go#L642: 	StructT          *structType
		type.go#L659: 	case w.StructT != nil:
		type.go#L660: 		return w.StructT.Name
		type.go#L749: 			info.wire = &wireType{StructT: t.(*structType)}