|
|
há 1 ano atrás | |
|---|---|---|
| datacenter_client | há 1 ano atrás | |
| envitem | há 1 ano atrás | |
| httplib | há 1 ano atrás | |
| identify | há 1 ano atrás | |
| logger | há 1 ano atrás | |
| há 1 ano atrás | ||
| rabbitMQ | há 1 ano atrás | |
| rpc_client | há 1 ano atrás | |
| .gitignore | há 2 anos atrás | |
| go.mod | há 1 ano atrás | |
| go.sum | há 1 ano atrás | |
| meta.html | há 1 ano atrás | |
| readme.md | há 1 ano atrás | |
| utils.go | há 1 ano atrás |
当前版本: 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