Skip to content

Instantly share code, notes, and snippets.

@arnaldojvg
Created May 14, 2021 09:39
Show Gist options
  • Save arnaldojvg/f5449e8f053ed5c3c2a0fef62058d3a5 to your computer and use it in GitHub Desktop.
Save arnaldojvg/f5449e8f053ed5c3c2a0fef62058d3a5 to your computer and use it in GitHub Desktop.
Protobuffer reserved sample
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