protobuf-go/encoding/prototext
Joe Tsai d47ea19d2f encoding: support weak fields in text and JSON unmarshaling
If the message for a weak field is linked in,
we treat it as if it were identical to a normal known field.
However, if the weak field is not linked in,
we treat it as if the field were not known.

Change-Id: I576d911deec98e13211304024a6353734d055465
Reviewed-on: https://go-review.googlesource.com/c/protobuf/+/185457
Reviewed-by: Herbie Ong <herbie@google.com>
2019-07-15 19:09:08 +00:00
..
decode_test.go encoding: support weak fields in text and JSON unmarshaling 2019-07-15 19:09:08 +00:00
decode.go encoding: support weak fields in text and JSON unmarshaling 2019-07-15 19:09:08 +00:00
doc.go protogen, encoding/jsonpb, encoding/textpb: rename packages 2019-05-14 20:33:22 +00:00
encode_test.go proto: move T->*T wrappers from internal/scalar to proto 2019-07-12 17:35:01 +00:00
encode.go reflect/protoreflect: add Enum.Type and Message.Type 2019-07-12 23:43:21 +00:00
other_test.go proto: move T->*T wrappers from internal/scalar to proto 2019-07-12 17:35:01 +00:00