mirror of
https://github.com/protocolbuffers/protobuf-go.git
synced 2025-03-10 16:14:39 +00:00
Make output deliberately unstable so users don't rely on exactness. For multi-line output, add another extra random space after <key>: for at most one field per message. -- example -- key1: field1 key2: { foo: bar } For single-line output, add another extra random space after a field per message. -- example -- key1:field1 key2:{foo:bar} Change-Id: I3ab25d4d970fdebb88bbd9dd8fa6d73af84338ea Reviewed-on: https://go-review.googlesource.com/c/150977 Reviewed-by: Joe Tsai <thebrokentoaster@gmail.com>