diff --git a/README.md b/README.md index a36609bb..511d7013 100644 --- a/README.md +++ b/README.md @@ -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.