summaryrefslogtreecommitdiff
path: root/examples/bazel/foo.proto
blob: f68b99443ddf17656443e06c60b925695403d367 (plain)
1
2
3
4
5
6
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