8 lines
98 B
Protocol Buffer
Raw Permalink Normal View History

2025-04-23 09:34:08 +08:00
syntax = "proto3";
package google.protobuf;
message SourceContext {
string file_name = 1;
}