aboutsummaryrefslogtreecommitdiff
path: root/tests/core/go_plugin_with_proto_library/validate.proto
diff options
context:
space:
mode:
Diffstat (limited to 'tests/core/go_plugin_with_proto_library/validate.proto')
-rw-r--r--tests/core/go_plugin_with_proto_library/validate.proto6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/core/go_plugin_with_proto_library/validate.proto b/tests/core/go_plugin_with_proto_library/validate.proto
new file mode 100644
index 00000000..759e8726
--- /dev/null
+++ b/tests/core/go_plugin_with_proto_library/validate.proto
@@ -0,0 +1,6 @@
+syntax = "proto2";
+package validate;
+
+message MessageRules {
+ required string name = 1;
+}