mirror of
https://github.com/avelino/awesome-go.git
synced 2024-11-07 16:33:40 +00:00
chore: add oapi-codegen (#5036)
* chore: add oapi-codegen Useful utility to generate go models based on openapi spec * fix: move pkg up as per alphabetical order * fix: category * punctuation
This commit is contained in:
parent
7f907f21c6
commit
e4153ef669
@ -1176,6 +1176,7 @@ _Tools that generate Go code._
|
||||
- [GoWrap](https://github.com/hexdigest/gowrap) - Generate decorators for Go interfaces using simple templates.
|
||||
- [interfaces](https://github.com/rjeczalik/interfaces) - Command line tool for generating interface definitions.
|
||||
- [jennifer](https://github.com/dave/jennifer) - Generate arbitrary Go code without templates.
|
||||
- [oapi-codegen](https://github.com/deepmap/oapi-codegen) - This package contains a set of utilities for generating Go boilerplate code for services based on OpenAPI 3.0 API definitions.
|
||||
- [typeregistry](https://github.com/xiaoxin01/typeregistry) - A library to create type dynamically.
|
||||
|
||||
**[⬆ back to top](#contents)**
|
||||
|
Loading…
Reference in New Issue
Block a user