From df9aa143dc85eb12ed52e689150f363d81ca2538 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bart=C5=82omiej=20Krukowski?= Date: Fri, 1 Mar 2024 00:27:16 +0400 Subject: [PATCH] Add gontainer/exporter --- README.md | 1 + 1 file changed, 1 insertion(+) 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.