mirror of
https://github.com/protocolbuffers/protobuf-go.git
synced 2025-03-10 16:14:39 +00:00
Dynamically generate functions for handling message and enum fields, regardless of whether they are of the v1 or v2 forms. If a v1 message is encountered, it is automatically wrapped such that it implements the v2 interface. Change-Id: I457bc5286892e8fc00a61da7062dd33058daafd5 Reviewed-on: https://go-review.googlesource.com/c/143837 Reviewed-by: Damien Neil <dneil@google.com>