summaryrefslogtreecommitdiff
path: root/examples/bazel/foo.proto
diff options
context:
space:
mode:
authorJoshua Haberman <jhaberman@gmail.com>2019-05-15 17:33:06 -0700
committerJoshua Haberman <jhaberman@gmail.com>2019-05-15 17:33:06 -0700
commit240bf641de10a056a048b9b7fa0de811a39bb707 (patch)
tree9f39652626744ab3eafd1bfe0820692da9fcdb48 /examples/bazel/foo.proto
parent77600acc84be092dac7c58772e8ee01185c7405d (diff)
Working example dir for Bazel.
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