This website works better with JavaScript
Home
Explore
Help
Sign In
carto
/
protobuf
Watch
2
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
Add back missing test proto files.
Bo Yang
9 years ago
parent
9c4be5f654
commit
f174d36380
1 changed files
with
7 additions
and
0 deletions
Split View
Show Diff Stats
7
0
php/tests/test_include.proto
+ 7
- 0
php/tests/test_include.proto
View File
@@ -0,0 +1,7 @@
+syntax = "proto3";
+
+package bar;
+
+message TestInclude {
+ int32 a = 1;
+}