mirror of
https://github.com/musix-org/musix-oss
synced 2024-11-13 02:20: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;
|
|
}
|