This website works better with JavaScript
Inicio
Explorar
Ayuda
Iniciar sesión
carto
/
protobuf
Seguir
2
Destacar
0
Fork
0
Archivos
Incidencias
0
Pull Requests
0
Wiki
Explorar el Código
Add back missing test proto files.
Bo Yang
hace 9 años
padre
9c4be5f654
commit
f174d36380
Se han
modificado 1 ficheros
con
7 adiciones
y
0 borrados
Unificar vista
Mostrar estadísticas de diff
7
0
php/tests/test_include.proto
+ 7
- 0
php/tests/test_include.proto
Ver fichero
@@ -0,0 +1,7 @@
+syntax = "proto3";
+
+package bar;
+
+message TestInclude {
+ int32 a = 1;
+}