Skip to content

Instantly share code, notes, and snippets.

@kyriediculous
Created May 3, 2019 13:12
message Blog {
string id = 1;
string author_id = 2;
string title = 3;
string content= 4;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment