mirror of
https://github.com/protocolbuffers/protobuf-go.git
synced 2025-01-01 03:14:16 +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>
9 lines
153 B
Modula-2
9 lines
153 B
Modula-2
module google.golang.org/protobuf
|
|
|
|
go 1.9
|
|
|
|
require (
|
|
github.com/golang/protobuf v1.2.1-0.20190605195750-76c9e09470ba
|
|
github.com/google/go-cmp v0.3.0
|
|
)
|