Use proto v2 for rendering options in output
marcoferrer opened this issue · 1 comments
marcoferrer commented
The current proto text printer outputs options using <>
to denote the open and close of a message literal. The newer proto printer in the V2 API uses {}
which is the most common convention used in public examples.
PR with proposed changes
#530