Files

8 lines
105 B
Protocol Buffer
Raw Permalink Normal View History

2026-04-05 16:14:49 -04:00
syntax = "proto3";
package google.protobuf;
message SourceContext {
string file_name = 1;
}