1
0
Fork 0
mirror of https://github.com/avelino/awesome-go.git synced 2025-04-14 17:32:57 -04:00

copygen: upd description (#5626)

This commit is contained in:
SwitchUpCB 2025-02-26 07:48:24 +00:00 committed by GitHub
parent 2ed8923bed
commit e9f7663e66
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1254,7 +1254,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.
- [copygen](https://github.com/switchupcb/copygen) - Generate any code based on Go types, including type-to-type converters (copy code) without reflection by default.
- [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-enum-encoding](https://github.com/nikolaydubina/go-enum-encoding) - Code generation for enum encoding from code comments.