summaryrefslogtreecommitdiff
path: root/vendor/github.com/gogo/protobuf/test/issue270/a/a1.proto
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/gogo/protobuf/test/issue270/a/a1.proto')
-rw-r--r--vendor/github.com/gogo/protobuf/test/issue270/a/a1.proto12
1 files changed, 12 insertions, 0 deletions
diff --git a/vendor/github.com/gogo/protobuf/test/issue270/a/a1.proto b/vendor/github.com/gogo/protobuf/test/issue270/a/a1.proto
new file mode 100644
index 000000000..59dff1394
--- /dev/null
+++ b/vendor/github.com/gogo/protobuf/test/issue270/a/a1.proto
@@ -0,0 +1,12 @@
+syntax = "proto2";
+
+package issue270.a;
+
+import "github.com/gogo/protobuf/gogoproto/gogo.proto";
+import "github.com/gogo/protobuf/test/issue270/a/a2.proto";
+
+option (gogoproto.populate_all) = true;
+
+message A1 {
+ optional A2 a2 = 1;
+}