Added generis tool (#2482)

This commit is contained in:
ecstaticcoder 2019-05-21 15:50:22 +02:00 committed by Cássio Botaro
parent 6dce3b2c90
commit 8fb8137b92

View File

@ -696,6 +696,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a
* [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.
* [goderive](https://github.com/awalterschulze/goderive) - Derives functions from input types.