mirror of
https://github.com/protocolbuffers/protobuf-go.git
synced 2025-01-01 03:14:16 +00:00
c3f4d48629
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>
10 lines
334 B
Modula-2
10 lines
334 B
Modula-2
module github.com/golang/protobuf/v2
|
|
|
|
require (
|
|
github.com/golang/protobuf v1.2.0
|
|
github.com/google/go-cmp v0.2.1-0.20181101181452-745b8ec83783
|
|
golang.org/x/net v0.0.0-20180821023952-922f4815f713 // indirect
|
|
golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f // indirect
|
|
golang.org/x/tools v0.0.0-20180904205237-0aa4b8830f48
|
|
)
|