summaryrefslogtreecommitdiff
path: root/examples/bazel/foo.proto
diff options
context:
space:
mode:
Diffstat (limited to 'examples/bazel/foo.proto')
-rw-r--r--examples/bazel/foo.proto7
1 files changed, 7 insertions, 0 deletions
diff --git a/examples/bazel/foo.proto b/examples/bazel/foo.proto
new file mode 100644
index 0000000..f68b994
--- /dev/null
+++ b/examples/bazel/foo.proto
@@ -0,0 +1,7 @@
+
+syntax = "proto2";
+
+message Foo {
+ optional int64 time = 1;
+ optional string greeting = 2;
+}
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback