dyn project toolkit for gin
dyn
是一个gin
,protobuf
工程以及代码工具生成器.
proto-gen-dyn-gin
从proto
的生成gin
的代码. 注意: 当使用proto-gen-go-gin
要禁用gin
自带的binding
,使用gin.DisableBindValidation()
接口proto-gen-dyn-resty
从proto
的生成resty
的代码.proto-gen-dyn-enum
从proto
的生成enum
的代码.errno-gen
从枚举生成统一错误dyngen
简化工程模板生成
Use go get.
go get github.com/things-go/dyn
Then import the package into your own code.
import "github.com/things-go/dyn"
This project is under MIT License. See the LICENSE file for the full license text.