repositorypackage
1.2.4
Repository: https://github.com/go-leo/gors-protoc.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
# README
gors-protoc
gors 的 protobuffer 插件
- protoc-gen-go-gors 生成 gin 代码
- protoc-go-inject-tag 修改 pb 结构体中的标签
quick start
- 安装
go install ./cmd/protoc-gen-go-gors
go install ./cmd/protoc-go-inject-tag
- 运行exmaple
cd ./example/gors/api
make api