|
7 ay önce | |
---|---|---|
datacenter_client | 9 ay önce | |
envitem | 8 ay önce | |
httplib | 7 ay önce | |
identify | 1 yıl önce | |
logger | 1 yıl önce | |
9 ay önce | ||
rabbitMQ | 9 ay önce | |
rpc_client | 10 ay önce | |
.gitignore | 1 yıl önce | |
go.mod | 11 ay önce | |
go.sum | 11 ay önce | |
meta.html | 1 yıl önce | |
readme.md | 9 ay önce | |
utils.go | 1 yıl önce |
当前版本: 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