Skip to content

things-go/dyn

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages