I think it is totally up to you, and how you want your builds to work. The only thing I would advise is: make the file path of each .proto file consistent. If you import a file once as "foo/bar/baz.proto", always refer to it as "foo/bar/baz.proto". Don't try to sometimes import it as "bar/baz.proto" because you are already in the "foo" directory. Things will get confused very quickly if you do that. Have a consistent root directory for each proto.
On Thursday, January 4, 2018 at 4:12:01 AM UTC-8, [email protected] wrote: > > Hey! > > So we use multiple languages for gRPC and thinking what's the best way to > arrange our protobuf files. Should we place all in one repo with multiple > folders (one per language, like they are arranged in > https://github.com/google/protobuf), or multiple repo (each dedicated for > a specific lang, like they are arranged in https://github.com/googleapis) > > Thanks!! > -- You received this message because you are subscribed to the Google Groups "Protocol Buffers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/protobuf. For more options, visit https://groups.google.com/d/optout.
