From 909c589fe5a659ab3e9ef9bf98607c0210b4b768 Mon Sep 17 00:00:00 2001 From: Walter Schulze Date: Tue, 5 Sep 2017 07:30:09 +0200 Subject: [PATCH] add goderive (#1556) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6f6eda10..5539173b 100644 --- a/README.md +++ b/README.md @@ -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. * [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. * [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. * [pkgreflect](https://github.com/ungerik/pkgreflect) - Go preprocessor for package scoped reflection.