add copygen (#4181)

This commit is contained in:
SwitchUpCB 2022-04-24 21:09:02 -05:00 committed by GitHub
parent b769188c86
commit 328aa2d2ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1115,6 +1115,7 @@ _Awesome game development libraries._
_Tools that generate Go code._
- [copygen](https://github.com/switchupcb/copygen) - Generate type-to-type code without reflection.
- [efaceconv](https://github.com/t0pep0/efaceconv) - Code generation tool for high performance conversion from interface{} to immutable type without allocations.
- [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.