mirror of
https://github.com/protocolbuffers/protobuf-go.git
synced 2025-01-30 12:32:36 +00:00
05e11b806f
CL/180577 removes direct access to the Desc field in v1. Since the only way to access the type is through {Has,Get,Set}Type, we can now unexport the field and change the underlying type. Change-Id: I6cc7018d4326c17228ba579d6161c5fb3f6d4127 Reviewed-on: https://go-review.googlesource.com/c/protobuf/+/180578 Reviewed-by: Damien Neil <dneil@google.com>