mirror of
https://github.com/protocolbuffers/protobuf-go.git
synced 2025-01-29 09:32:38 +00:00
2c870bb5cc
Dynamically generate functions for handling individual fields within an oneof. This implementation uses Go reflection to interact with the currently generated approach, which uses an interface that can only be set by a limited set of wrapper structs. Change-Id: Ic848df922d6547411a15c4a20bfbbcae362da5c0 Reviewed-on: https://go-review.googlesource.com/c/142895 Reviewed-by: Damien Neil <dneil@google.com>