当前位置:网站首页>Go - exe corresponding to related dependency
Go - exe corresponding to related dependency
2022-07-01 21:45:00 【Ximu Qi】
Go — relevant exe The role of
1、protobuf
protoc.exe
yes protobuf
The use of , There's no more explanation here protobuf
The content of .
download
https://github.com/protocolbuffers/protobuf/releases
There will be differences in versions at different times , Just choose different packages to download according to the operating system .
decompression
Extract the downloaded installation package bin
Under the protoc.exe
Put it in ${GOPATH}\bin
Then you can .
2、protoc-gen-go.exe
take protoc
Syntax file generation corresponding go
file .
download
Just execute the following command ,${GOPATH}\bin
There will be :
go get github.com/golang/protobuf/protoc-gen-go
3、grpc
protoc-gen-go-grpc.exe
yes grpc The use of .
download
Just execute the following command ,${GOPATH}\bin
There will be :
go get -u google.golang.org/grpc/cmd/protoc-gen-go-grpc
4、grpc-gateway
protoc-gen-grpc-gateway.exe
yes grpc-gateway The use of .
download
Just execute the following command ,${GOPATH}\bin
There will be :
go get -u github.com/grpc-ecosystem/grpc-gateway/v2/protoc-gen-grpc-gateway
5、 Providing services to clients API rely on
protoc-gen-openapiv2.exe
yes Providing services to clients API rely on
The use of .
Just execute the following command ,${GOPATH}\bin
There will be :
go get -u github.com/grpc-ecosystem/grpc-gateway/v2/protoc-gen-openapiv2
6、Go-Micro service
micro.exe
yes Go-Micro service
The use of .
Just execute the following command ,${GOPATH}\bin
There will be :
go install github.com/micro/micro/[email protected]
7、
边栏推荐
- 宅男壁纸大全微信小程序源码-带动态壁纸支持多种流量主
- Significance and measures of security encryption of industrial control equipment
- 业务可视化-让你的流程图'Run'起来
- [deep learning] use deep learning to monitor your girlfriend's wechat chat?
- JS how to get a list of elements in a collection object
- 【单体】流辰信息I-BPSv3服务器推荐配置
- Test cancellation 1
- Accelera Systems Initiative是一个独立的非营利组织
- ngnix基础知识
- 运放-滞回(迟滞)比较器全流程实战计算
猜你喜欢
随机推荐
Accelera Systems Initiative是一个独立的非营利组织
浏览器tab页之间的通信
功利点没啥!
杰理之关于长按开机检测抬起问题【篇】
函数基本学习之一
【直播回顾】战码先锋首期8节直播完美落幕,下期敬请期待!
游览器打开摄像头案例
微信小程序,连续播放多段视频。合成一个视频的样子,自定义视频进度条
AirServer2022最新版功能介绍及下载
股票手机开户哪个app好,安全性较高的
杰理之、产线装配环节【篇】
测试撤销1
AirServer手机第三方投屏电脑软件
Fundamentals - IO intensive computing and CPU intensive computing
打出三位数的所有水仙花数「建议收藏」
【级联分类器训练参数】Training Haar Cascades
在技术升级中迎合消费者需求,安吉尔净水器“价值战”的竞争之道
An operation tool used by we media professionals who earn 1w+ a month
js数组拼接的四种方法[通俗易懂]
php反射型xss,反射型XSS测试及修复