protobuf/descriptor
Joe Tsai acacf8158c
all: rely on protodesc.ToFileDescriptorProto (#1214)
Use protodesc.ToFileDescriptorProto to retrieve the raw descriptors
for legacy support instead of the undocumented ProtoLegacyRawDesc method
that we expect v2 to provide.

This change will cause the legacy proto package to incur a dependency
on the descriptorpb package.
2021-03-02 17:38:46 -08:00
..
descriptor.go all: rely on protodesc.ToFileDescriptorProto (#1214) 2021-03-02 17:38:46 -08:00
descriptor_test.go proto: add MessageV1, MessageV2, and MessageReflect 2020-02-12 18:09:08 +00:00