mirror of
https://github.com/protocolbuffers/protobuf-go.git
synced 2025-03-10 16:14:39 +00:00
Add a Proto prefix before the Unwrap method to reduce the probability that it would ever conflict with a method of the same name that a custom implementation of Enum, Message, List, or Map may have. Change-Id: I628bf8335583f2747ab4589f3e6ff82e4501ce98 Reviewed-on: https://go-review.googlesource.com/c/151817 Reviewed-by: Herbie Ong <herbie@google.com>