Closed suzujun closed 7 years ago
Removed repository path of output path and changed to root. Because it conforms to google specifications.
For example, reading the next proto file using the current protodep may destroy the import path. https://github.com/google/protobuf/blob/master/src/google/protobuf/api.proto#L35-L36
The proto file to be read must match the proto package name and the file hierarchy.
👍
Removed repository path of output path and changed to root. Because it conforms to google specifications.
For example, reading the next proto file using the current protodep may destroy the import path. https://github.com/google/protobuf/blob/master/src/google/protobuf/api.proto#L35-L36
The proto file to be read must match the proto package name and the file hierarchy.