Open andyi2it opened 1 year ago
Proto file accepts // for single line comment and /* */ for multi-line commenting and does not accept # as a valid single line comment. This # style commenting throws error when the proto file is used.
//
/* */
#
/assign @andyi2it
Closed by #4 - unless I'm missing something
Proto file accepts
//
for single line comment and/* */
for multi-line commenting and does not accept#
as a valid single line comment. This#
style commenting throws error when the proto file is used.