Descriptiongoprotobuf: Handle nils in repeated message fields in text formatting.
Previously this code would panic. A nil in a repeated message field is,
strictly speaking, invalid, but text formatting is often used for debugging,
and it's much more useful to generate "<nil>" than to panic.
Patch Set 1 #Patch Set 2 : diff -r 0bacfa72c808 https://code.google.com/p/goprotobuf #Patch Set 3 : diff -r 0bacfa72c808 https://code.google.com/p/goprotobuf #Patch Set 4 : diff -r 0bacfa72c808 https://code.google.com/p/goprotobuf #
MessagesTotal messages: 3
|
||||||||||||||||||||||||||||