mirror of
https://kevinblog.sytes.net/Code/Jibo-Revival-Group/RoboCommander.git
synced 2026-06-15 19:56:01 +00:00
8 lines
105 B
Protocol Buffer
8 lines
105 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
package google.protobuf;
|
|
|
|
message SourceContext {
|
|
string file_name = 1;
|
|
}
|