From 1a8a7766e5fbfc7b9040c9da084a1bd3428fd291 Mon Sep 17 00:00:00 2001 From: SwitchUpCB <81384235+switchupcb@users.noreply.github.com> Date: Sat, 6 Aug 2022 23:34:17 -0500 Subject: [PATCH] update Copygen description (#4363) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0a043c1d..b270f399 100644 --- a/README.md +++ b/README.md @@ -1138,7 +1138,7 @@ _Awesome game development libraries._ _Tools that generate Go code._ -- [copygen](https://github.com/switchupcb/copygen) - Generate type-to-type code without reflection. +- [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. - [go-linq](https://github.com/ahmetalpbalkan/go-linq) - .NET LINQ-like query methods for Go.