Importing Protobuf with Go Modules
摘要
Protocol buffers and gRPC are established standards for building modern web services. Go modules are now the default way of versioning packages in Go projects. So how can you import and reuse existing .proto definitions from your versioned dependencies while using Go modules?
欢迎在评论区写下你对这篇文章的看法。