Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 373 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 373 Bytes

protoc-gen-gin

根据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