This commit is contained in:
2014-06-22 21:29:13 +04:00
commit 8f689d4be9
6 changed files with 60 additions and 0 deletions

3
proto/base.proto Executable file
View File

@@ -0,0 +1,3 @@
message Foo {
required string bar = 1;
}