Jeff Rand

Results 4 comments of Jeff Rand

Here's how I use it. We have our `.proto` files in a directory like this: ``` protos/ protos/base.proto protos/foo/foo.proto protos/bar/bar.proto ``` Then we run: `protowrap --go_out=tmp/ -I.`

@nikkolasg can you share your .proto files and the command you're running? I ended up figuring out how to get this to work through trial and error, maybe I can...

Sorry for the late response. Try: `protowrap --go_out=tmp/ -I. */*.proto`

I’m guessing that’s because it’s thinks there's a file that doesn't have proper name? I'm pretty stumped but it might be worth writing a test for it. On Thu, Mar...