add convergen (#4786)

This commit is contained in:
HANAI Tohru 2023-05-01 11:06:06 +09:00 committed by GitHub
parent 4d448cbbfd
commit 299bc62ecb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.