Removing gen: (#4121)

- Last update is over 2 years ago
- Many open issues including bug reports, that do not appear to have any activity
- Does not conform to current awesome-go guidelines
This commit is contained in:
Shannon 2022-04-07 19:21:10 -07:00 committed by GitHub
parent 6f005d7757
commit 0adad14e39
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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