Generators Go Libraries Ranking
Tools that generate Go code.
16 repositories, updated daily.
- This package contains a set of utilities for generating Go boilerplate code for services based on OpenAPI 3.0 API definitions.
- Generate decorators for Go interfaces using simple templates.
- Command line tool for generating interface definitions.
- Generate any code based on Go types, including type-to-type converters (copy code) without reflection by default.
- Generate OpenAPI 3.1 specs from Go code without annotations, plus a browser UI to configure, preview, and explore the call graph.
- Code generation tool providing generics, free-form macros, conditional compilation and HTML templating.
- Generate OpenAPI 3.1 specs from Go source code via static analysis with automatic framework detection.
- Generate HTTP server and client from protobuf.
- Code generation for enum encoding from code comments.