Add gontainer/exporter

This commit is contained in:
Bartłomiej Krukowski 2024-03-01 00:27:16 +04:00 committed by GitHub
parent daa4ef4eca
commit df9aa143dc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1197,6 +1197,7 @@ _Tools that generate Go code._
- [convergen](https://github.com/reedom/convergen) - Feature rich type-to-type copy code generator.
- [copygen](https://github.com/switchupcb/copygen) - Generate type-to-type and type-based code without reflection.
- [exporter](https://github.com/gontainer/exporter) - Generate a GO code from the given variables.
- [generis](https://github.com/senselogic/GENERIS) - Code generation tool providing generics, free-form macros, conditional compilation and HTML templating.
- [go-enum](https://github.com/abice/go-enum) - Code generation for enums from code comments.
- [go-linq](https://github.com/ahmetalpbalkan/go-linq) - .NET LINQ-like query methods for Go.