Organize gRPC and protobuf code in Golang
Organize gRPC and protobuf code in Golang
rkiselenko.dev
Organize gRPC and protobuf code in Golang

In this article, I'll describe how to organize protobuf files messages and gRPC services in the Go sources. I'll briefly examine how to use protoc and plugins with the proper imports, and project structure.