gRPC+protobuf学习
gRPC学习网站 https://grpc.io/docs/guides/ Golang protobuff 先安装protoc大环境: https://github.com/protocolbuffers/protobuf/releases 再安装针对于go的小环境 https://github.com/golang/protobuf echo学习 https://echo.labstack.com/guide/installation protobuf https://developers.google.com/protocol-buffers/docs/reference/overview 来源: CSDN 作者: 项目技术总监 链接: https://blog.csdn.net/LiuHandsomes/article/details/104200962