add goderive (#1556)

This commit is contained in:
Walter Schulze 2017-09-05 07:30:09 +02:00 committed by Avelino
parent c748d1fcdc
commit 909c589fe5

View File

@ -516,6 +516,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a
* [gen](https://github.com/clipperhouse/gen) - Code generation tool for generics-like functionality. * [gen](https://github.com/clipperhouse/gen) - Code generation tool for generics-like functionality.
* [go-enum](https://github.com/abice/go-enum) - Code generation for enums from code comments. * [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. * [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.
* [interfaces](https://github.com/rjeczalik/interfaces) - Command line tool for generating interface definitions. * [interfaces](https://github.com/rjeczalik/interfaces) - Command line tool for generating interface definitions.
* [jennifer](https://github.com/dave/jennifer) - Generate arbitrary Go code without templates. * [jennifer](https://github.com/dave/jennifer) - Generate arbitrary Go code without templates.
* [pkgreflect](https://github.com/ungerik/pkgreflect) - Go preprocessor for package scoped reflection. * [pkgreflect](https://github.com/ungerik/pkgreflect) - Go preprocessor for package scoped reflection.