mirror of
https://github.com/protocolbuffers/protobuf-go.git
synced 2025-01-01 03:14:16 +00:00
c30776bb3b
Inside decoder.skipValue we should not be calling skipValue again since we had already read the value earlier. The only possible composite type in the context of a list is another message, which is already handled in the case above. Change-Id: If40da2d369e0a64a64ba9b961377331231158fe2 Reviewed-on: https://go-review.googlesource.com/c/protobuf/+/317430 Trust: Joe Tsai <joetsai@digital-static.net> Trust: Herbie Ong <herbie@google.com> Reviewed-by: Herbie Ong <herbie@google.com> |
||
---|---|---|
.. | ||
decode_test.go | ||
decode.go | ||
doc.go | ||
encode_test.go | ||
encode.go | ||
other_test.go |