mirror of
https://github.com/protocolbuffers/protobuf-go.git
synced 2025-01-25 15:35:24 +00:00
a180de9f97
The protoreflect API does not use the distinction between nil and non-nil empty []byte to preserve presence. As such, avoid accidentally presenting such information through the transformation. Change-Id: Ia46b5e2d3fb534d7cd29f478ad47722bfaa06810 Reviewed-on: https://go-review.googlesource.com/c/protobuf/+/247458 Reviewed-by: Damien Neil <dneil@google.com>