GRPC-EXAMPLE 环境依赖 go >=1.13 快速开始 设置代理 go env -w GO111MODULE=on go env -w GOPROXY=https://goproxy.cn,direct 克隆项目 git clone https://github.com/xiaomeng79/grpc-example 安装依赖工具和编译 make install && make build 启动服务 target/bin/grpc-example 查看接口文档(浏览器) http://127.0.0.1:8080/swagger-ui/