8 lines
98 B
Protocol Buffer
Raw Normal View History

2022-06-03 11:13:06 +03:00
syntax = "proto3";
package google.protobuf;
message SourceContext {
string file_name = 1;
}