Hi all, for folks who are generating Go code, how are you importing them into your server and client? As far as I see it now, the protoc command will not generate a go.mod file in the generated code which means - you have to do it manually and then import them into your server and client. That is, you will have three modules:
- One for server - One for client - One for the generated code This seems to be the cleanest approach. During local development, we will then use the "replace" directive for iteration. I am keen to hear how it's being done by others in the community. Thanks, Amit. -- You received this message because you are subscribed to the Google Groups "grpc.io" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/grpc-io/CANODV3%3DMZ%3DaWnV6zfwbK3kg24vM%3DqAbnGmHfQ_LZ%2BeV%2B-K9zAQ%40mail.gmail.com.
