linx-simulator2/node_modules/protobufjs/tests/import_a.proto

6 lines
82 B
Protocol Buffer
Raw Normal View History

2019-09-18 08:11:16 +00:00
import "import_common.proto";
message A {
optional Common common = 1;
}