mirror of
https://github.com/protocolbuffers/protobuf-go.git
synced 2025-02-10 12:39:48 +00:00
The proper semantics for a message field within a oneof when unmarshaling is to merge into an existing message, rather than replacing it. Change-Id: I7c08f6e4fa958c6ee6241e9083f7311515a97e15 Reviewed-on: https://go-review.googlesource.com/c/protobuf/+/185957 Reviewed-by: Damien Neil <dneil@google.com>