|
hace 8 meses | |
---|---|---|
datacenter_client | hace 11 meses | |
envitem | hace 9 meses | |
httplib | hace 8 meses | |
identify | hace 1 año | |
logger | hace 1 año | |
hace 11 meses | ||
rabbitMQ | hace 11 meses | |
rpc_client | hace 1 año | |
.gitignore | hace 1 año | |
go.mod | hace 1 año | |
go.sum | hace 1 año | |
meta.html | hace 1 año | |
readme.md | hace 11 meses | |
utils.go | hace 1 año |
当前版本: v1.3.12
更新版本:
git tag v1.x.x
git push --tag
查看当前go的库环境: go env
GONOPROXY中增加私有仓库地址: 该部分请自行将其设置为全局环境变量
- go env -w GONOPROXY=metawant.greentech.com.cn
- 将proto文件放在rpc_client对应文件夹(若没有可新建)下
- 进入对应文件夹下,生成go代码命令 protoc --go_out=./ --go-grpc_out=./ *.proto