Created
May 14, 2021 09:39
-
-
Save arnaldojvg/f5449e8f053ed5c3c2a0fef62058d3a5 to your computer and use it in GitHub Desktop.
Protobuffer reserved sample
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
message Foo { | |
reserved 2, 5, 8 to 10; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment