mirror of
https://github.com/protocolbuffers/protobuf-go.git
synced 2025-02-23 06:41:09 +00:00
Remove the Go type from consideration when creating Value codecs, as it is unnecessary. Value codecs convert between wire form and Values, while Converters convert between Values and the Go type. Change-Id: Iaa4bc7db81ad0a29dabd42c2229e6f33a0c91c67 Reviewed-on: https://go-review.googlesource.com/c/protobuf/+/193457 Reviewed-by: Joe Tsai <thebrokentoaster@gmail.com>