https://github.com/x-lambda/protoc-gen-gin
protoc-gen-gin
https://github.com/x-lambda/protoc-gen-gin
gin golang protoc-gen-gin
Last synced: 6 months ago
JSON representation
protoc-gen-gin
- Host: GitHub
- URL: https://github.com/x-lambda/protoc-gen-gin
- Owner: x-lambda
- Created: 2021-04-24T11:28:48.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-07-26T02:15:35.000Z (almost 3 years ago)
- Last Synced: 2024-11-16T15:38:16.404Z (over 1 year ago)
- Topics: gin, golang, protoc-gen-gin
- Language: Go
- Homepage:
- Size: 144 KB
- Stars: 4
- Watchers: 1
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# protoc-gen-gin
根据`proto`文件生成`gin`框架
注意:
* 使用了`embed`特性,需要`go1.16`以上版本,`go mod`注意版本信息
安装
```shell
go get -u github.com/x-lambda/protoc-gen-gin
```
使用方式
```shell
protoc --gin_out . --gin_opt=paths=source_relative --gin_opt=code=-1 demo.proto
```
example: https://github.com/x-lambda/nautilus