Kun Wang
Results
2
comments of
Kun Wang
@jeffrand My folder structure: ``` . ├── a.proto ├── b.proto ├── c.proto └── ddd └── d.proto ``` I tried run the command like your example: `protowrap --go_out=tmp/ -I.` but always...
@jeffrand Thanks, I found the reason is that Go is much stricter than other languages, the folder structure should match the package naming structure, otherwise, the compile would fail.