mirror of
https://github.com/protocolbuffers/protobuf-go.git
synced 2025-02-24 00:39:55 +00:00
GoExtension now supports extensions that have enum or message type that is implemented by a Go type that can take on multiple enum or message types (i.e. the actual enum or message type cannot be determined simply from the zero value of its Go type). This is necessary to support dynamic types generated at runtime from descriptors rather than at compile-time. Change-Id: Ia0b3b4b02332fc83c0c85e992b37ded467070472 Reviewed-on: https://go-review.googlesource.com/c/protobuf/+/177338 Reviewed-by: Joe Tsai <joetsai@google.com>