Skip to content

Commit

Permalink
chore: add oapi-codegen (#5036)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
samirkape authored Oct 11, 2023
1 parent 7f907f2 commit e4153ef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)**
Expand Down

0 comments on commit e4153ef

Please sign in to comment.