protobuf-go/encoding
Mike Kruskal a18684df74 protobuf: fix delimited fields under editions in go
This brings go into conformance with other implementations.  Group-like message fields with delimited encoding will continue to use the type name for text-format, but everything else will use the field name.

Change-Id: Ib6d07f19ccfa853ce0370392c89fd24fb7148793
Reviewed-on: https://go-review.googlesource.com/c/protobuf/+/575896
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Michael Stapelberg <stapelberg@google.com>
Commit-Queue: Michael Stapelberg <stapelberg@google.com>
2024-04-04 07:31:06 +00:00
..
protodelim
protojson encoding/protojson, internal/encoding/json: handle missing object values 2024-03-05 19:00:02 +00:00
prototext protobuf: fix delimited fields under editions in go 2024-04-04 07:31:06 +00:00
protowire
bench_test.go