From 299bc62ecb39290dff4a24a688a7d32a28bd5374 Mon Sep 17 00:00:00 2001 From: HANAI Tohru Date: Mon, 1 May 2023 11:06:06 +0900 Subject: [PATCH] add convergen (#4786) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 94a307de..9a57867b 100644 --- a/README.md +++ b/README.md @@ -1147,6 +1147,7 @@ _Awesome game development libraries._ _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. - [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.