Skip to content

Instantly share code, notes, and snippets.

@hadifar
Created December 2, 2018 11:56
Show Gist options
  • Save hadifar/ecebd59d65a8e18692f00ae45fcef1d3 to your computer and use it in GitHub Desktop.
Save hadifar/ecebd59d65a8e18692f00ae45fcef1d3 to your computer and use it in GitHub Desktop.
message Person {
required string name = 1;
required int32 id = 2;
optional string email = 3;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment