add protoc-gen-httpgo to Generators section (#6004)

Co-authored-by: m.rybnikov <m.rybnikov@fbs.com>
This commit is contained in:
Mikhail 2026-03-02 18:24:25 +01:00 committed by GitHub
parent e102cbdaae
commit fc6eb31250
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1285,6 +1285,7 @@ _Tools that generate Go code._
- [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.
- [protoc-gen-httpgo](https://github.com/MUlt1mate/protoc-gen-httpgo) - Generate HTTP server and client from protobuf.
- [typeregistry](https://github.com/xiaoxin01/typeregistry) - A library to create type dynamically.
**[⬆ back to top](#contents)**