mirror of
https://github.com/klzgrad/naiveproxy.git
synced 2025-04-15 15:11:02 +00:00
7 lines
73 B
Protocol Buffer
7 lines
73 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
package bar;
|
|
|
|
message TestInclude {
|
|
int32 a = 1;
|
|
}
|