mirror of
https://github.com/protocolbuffers/protobuf-go.git
synced 2025-04-17 11:42:38 +00:00
It's annoying for some users that they can't directly pass *dynamicpb.Message to APIs that expect the legacy message interfaces. The proto.MessageV1 wrappers work, but is somewhat suspect since they were originally designed to wrap legacy generated messages. Change-Id: I0f9900dcd1c9865c754551f8763680c9bb904813 Reviewed-on: https://go-review.googlesource.com/c/protobuf/+/223817 Reviewed-by: Damien Neil <dneil@google.com>