stormcat24 / protodep

Collect necessary .proto files (Protocol Buffers IDL) and manage dependencies
Apache License 2.0
303 stars 57 forks source link

Changed output path #19

Closed suzujun closed 7 years ago

suzujun commented 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.

stormcat24 commented 7 years ago

👍