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/dynThen 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.