下载protoc-gen-go-grpc 硬件架构版本软件包大小安装后大小文件 amd641.38.0+really1.33.3-1ubuntu0.24.04.21,458.5 kB4,358.0 kB[文件列表] arm641.38.0+really1.33.3-1build11,754.0 kB5,617.0 kB[文件列表] armhf1.38.0+really1.33.3-1build11,785.3 kB5,595.0 kB[文件列表] ...
github-actions bot added go bump-formula-pr labels Jul 29, 2024 stefanb approved these changes Jul 29, 2024 View reviewed changes Member stefanb left a comment https://github.com/grpc/grpc-go/releases/tag/cmd%2Fprotoc-gen-go-grpc%2Fv1.5.0 Contributor github-actions bot commented Jul ...
然后 在 github上面找到 一个库protoc-gen-gorm,你定义 了 proto 文件 他就会自动 给你 加上 gorm 的那些特性 ,这样 我就 不用 自己 额外 定义 entity 了 ,也不用手动转换 ,直接 拿 grpc 生成 的 实体 传给别的微服务 安装protoc-gen-gorm go get -u github.com/golang/protobuf/protoc-gen-go 然后...
go install google.golang.org/protobuf/cmd/protoc-gen-go go install google.golang.org/grpc/cmd/protoc-gen-go-grpc 此安装在GOPATH/bin目录下,查看GOPATH命令:go env 将GOPATH/bin路径添加到PATH中,例如GOPATH=”/root/go”,那么/etc/profile文件最后添加 export PATH=$PATH:/root/go/bin source /et...
要安装protoc-gen-go-grpc,需要先安装 Protocol Buffers 和 Go 语言的支持。以下是安装步骤: 首先,确保你已经安装了 Go 编程语言和 Protocol Buffers 编译器(protobuf)。 确认Go 的环境变量配置正确。包括设置GOROOT(指向你的 Go 安装目录)和将$GOPATH/bin加入到PATH环境变量中。
2. 使用 go install 命令安装 protoc-gen-go-grpc 插件 由于protoc-gen-go-grpc 无法直接通过 GitHub 下载二进制文件,因此推荐使用 go install 命令进行安装。运行以下命令来安装 protoc-gen-go-grpc: bash go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@latest ...
Forked fromzaucy-protoc-gen-grpc-web. Readme Keywords none npm iprotoc-gen-grpc-web Repository github.com/foisonocean/protoc-gen-grpc-web-npm Weekly Downloads Version 1.5.0 License MIT Unpacked Size 2.71 kB Last publish 9 months ago
https://github.com/protocolbuffers/protobuf/releases/download/v3.12.3/protoc-3.12.3-win64.zip 解压后,放到$GOPATH/bin目录下即可 image 3、如何生成protoc-gen-go-grpc ? 目前在github上,还没有提供release版本,需要自己根据源码生成 https://www.grpc.io/docs/languages/go/quickstart/ ...
2 changes: 1 addition & 1 deletion 2 cmd/protoc-gen-go-grpc/main.go Original file line numberDiff line numberDiff line change @@ -42,7 +42,7 @@ import ( "google.golang.org/protobuf/types/pluginpb" ) const version = "1.4.0" const version = "1.5.0" var requireUnimplemented *bo...
1、 protoc-gen-go-grpc.v1.2.0.darwin.amd64.tar.gz 3.83MB 2、 protoc-gen-go-grpc.v1.2.0.linux.386.tar.gz 3.79MB 3、 protoc-gen-go-grpc.v1.2.0.linux.amd64.tar.gz 3.89MB 4、 protoc-gen-go-grpc.v1.2.0.windows.386.tar.gz 3.89MB ...