Close #34
This commit is contained in:
parent
791af18420
commit
22d4ea9a44
@ -85,8 +85,7 @@ func getMessageType(f *descriptor.FileDescriptorProto, name string) *descriptor.
|
|||||||
}
|
}
|
||||||
|
|
||||||
func isFieldMessage(f *descriptor.FieldDescriptorProto) bool {
|
func isFieldMessage(f *descriptor.FieldDescriptorProto) bool {
|
||||||
if f.Type != nil && *f.Type == descriptor.FieldDescriptorProto_TYPE_MESSAGE &&
|
if f.Type != nil && *f.Type == descriptor.FieldDescriptorProto_TYPE_MESSAGE {
|
||||||
f.Label != nil && *f.Label != descriptor.FieldDescriptorProto_LABEL_REPEATED {
|
|
||||||
return true
|
return true
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user