46ae90dc5e
1. Generate single file for each message. 2. Lazily initiate metadata.
6 lines
59 B
Protocol Buffer
6 lines
59 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
message NoNameSpace {
|
|
int32 a = 1;
|
|
}
|