mirror of
https://github.com/protocolbuffers/protobuf-go.git
synced 2025-03-12 13:13:23 +00:00
Our specific protoreflect.Message implementations have a special ProtoMessageInfo method to obtain the *MessageInfo for v1 compatibility. Use that instead to implement getMessageInfo. Change-Id: I6cab9aeaa93714be73bd812c3d9a3be0ec86dd52 Reviewed-on: https://go-review.googlesource.com/c/protobuf/+/187777 Reviewed-by: Damien Neil <dneil@google.com>