update Copygen description (#4363)

This commit is contained in:
SwitchUpCB 2022-08-06 23:34:17 -05:00 committed by GitHub
parent 90612ba705
commit 1a8a7766e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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