This website works better with JavaScript
Inicio
Explorar
Axuda
Iniciar sesión
carto
/
protobuf
Seguir
2
Destacar
0
Fork
0
Ficheiros
Incidencias
0
Pull Requests
0
Wiki
Explorar o código
Add back missing test proto files.
Bo Yang
%!s(int64=9) %!d(string=hai) anos
pai
9c4be5f654
achega
f174d36380
Modificáronse 1 ficheiros
con
7 adicións
e
0 borrados
Dividir vista
Mostrar estatísticas de Diff
7
0
php/tests/test_include.proto
+ 7
- 0
php/tests/test_include.proto
Ver ficheiro
@@ -0,0 +1,7 @@
+syntax = "proto3";
+
+package bar;
+
+message TestInclude {
+ int32 a = 1;
+}