You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: