Skip to content

Instantly share code, notes, and snippets.

@laclefyoshi
Created July 16, 2011 04:42
Show Gist options
  • Save laclefyoshi/1086009 to your computer and use it in GitHub Desktop.
Save laclefyoshi/1086009 to your computer and use it in GitHub Desktop.
Person item for Protocol Buffers
message Person {
required int32 id = 1;
required string name = 2;
optional string email = 3;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment