Close #34
This commit is contained in:
		| @@ -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 | ||||||
| 	} | 	} | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user