Skip to content

Instantly share code, notes, and snippets.

@nolanamy
Created April 2, 2013 21:50
Show Gist options
  • Save nolanamy/5296526 to your computer and use it in GitHub Desktop.
Save nolanamy/5296526 to your computer and use it in GitHub Desktop.
message simple_mail
{
optional string body = 1;
}
message mail_list
{
repeated simple_mail simple_mails = 1;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment