|
hai 8 meses | |
---|---|---|
datacenter_client | hai 11 meses | |
envitem | hai 9 meses | |
httplib | hai 8 meses | |
identify | hai 1 ano | |
logger | hai 1 ano | |
hai 11 meses | ||
rabbitMQ | hai 11 meses | |
rpc_client | hai 1 ano | |
.gitignore | hai 1 ano | |
go.mod | hai 1 ano | |
go.sum | hai 1 ano | |
meta.html | hai 1 ano | |
readme.md | hai 11 meses | |
utils.go | hai 1 ano |
当前版本: 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