Files
Aislo/node_modules/resolve-protobuf-schema/test/a.proto
T
2026-07-05 14:05:22 +09:00

5 lines
59 B
Protocol Buffer

import "./b.proto";
message A {
optional string a = 1;
}