Categorygithub.com/things-go/dyn
module
1.0.0-rc7
Repository: https://github.com/things-go/dyn.git
Documentation: pkg.go.dev

# README

dyn

dyn project toolkit for gin

Go.Dev reference codecov Tests Go Report Card Licence Tag

Usage

dyn是一个gin工程工具生成器, 集成了 proto-gen-go-errnoproto-gen-go-gin

  • proto-gen-go-errnoproto 枚举统一生成错误
  • proto-gen-go-ginproto 的生成gin的代码. 注意: 当使用proto-gen-go-gin要禁用gin自带的binding,使用gin.DisableBindValidation() 接口
  • proto-gen-go-restyproto 的生成resty的代码.

Installation

Use go get.

    go get github.com/things-go/dyn

Then import the package into your own code.

    import "github.com/things-go/dyn"

Example

References

License

This project is under MIT License. See the LICENSE file for the full license text.

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author