5 lines
59 B
Protocol Buffer
5 lines
59 B
Protocol Buffer
|
|
import "./b.proto";
|
||
|
|
|
||
|
|
message A {
|
||
|
|
optional string a = 1;
|
||
|
|
}
|