Hi all, this is only relevant to people using grpc. I posted the query below to the grpc mailing list, thought of posting it here as welll.
How are you importing the generated definitions and other resources 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 "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/golang-nuts/CANODV3kqN0wtK5bO3AfVbUhMt1iE9eYvboqbzmSLnY72N6-a6A%40mail.gmail.com.