protobuf-go/encoding/testprotos/pb2
Joe Tsai 5e71dc95f2 cmd/protoc-gen-go: used named types for special fields
Using a named fields gives us the flexibility to change the underlying
representation of special fields without needing to regenerate user code.

We add a named type for ExtensionFields, UnknownFields, and SizeCache.

Change-Id: I107cf82899850ea76665310ce79def60f0f7ab97
Reviewed-on: https://go-review.googlesource.com/c/protobuf/+/172402
Reviewed-by: Damien Neil <dneil@google.com>
2019-04-16 22:04:16 +00:00
..
test.pb.go cmd/protoc-gen-go: used named types for special fields 2019-04-16 22:04:16 +00:00
test.proto encoding/textpb: clean-up code and fix error handling inside closures 2019-04-04 00:03:54 +00:00