mirror of
https://github.com/titanscouting/tra-analysis.git
synced 2024-11-14 15:16:18 +00:00
8 lines
98 B
Protocol Buffer
8 lines
98 B
Protocol Buffer
|
syntax = "proto3";
|
||
|
|
||
|
package google.protobuf;
|
||
|
|
||
|
message SourceContext {
|
||
|
string file_name = 1;
|
||
|
}
|