mirror of
https://github.com/titanscouting/tra-analysis.git
synced 2024-11-13 06:36:17 +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;
|
|
}
|