summaryrefslogtreecommitdiff
path: root/test.proto
diff options
context:
space:
mode:
Diffstat (limited to 'test.proto')
-rw-r--r--test.proto8
1 files changed, 0 insertions, 8 deletions
diff --git a/test.proto b/test.proto
deleted file mode 100644
index 8079240..0000000
--- a/test.proto
+++ /dev/null
@@ -1,8 +0,0 @@
-syntax = "proto3";
-package virtbuf;
-
-message Cluster {
- int64 id = 1;
- repeated string s = 2;
- repeated int i = 3;
-}