根据proto
文件生成gin
框架
注意:
- 使用了
embed
特性,需要go1.16
以上版本,go mod
注意版本信息
安装
go get -u github.com/x-lambda/protoc-gen-gin
使用方式
protoc --gin_out . --gin_opt=paths=source_relative --gin_opt=code=-1 demo.proto
example: https://github.com/x-lambda/nautilus