mirror of
https://github.com/klzgrad/naiveproxy.git
synced 2024-11-24 22:36:09 +03:00
8 lines
73 B
Protocol Buffer
8 lines
73 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
package bar;
|
|
|
|
message TestInclude {
|
|
int32 a = 1;
|
|
}
|