From aac5050e48a4c2b69801c5d2eb60481d559738c6 Mon Sep 17 00:00:00 2001 From: Max Chechel Date: Sat, 27 Oct 2018 18:12:08 +0300 Subject: [PATCH] Added link to GoWrap code generation tool (#2192) * Added link to minimock generator * Add github.com/hexdigest/prep * changed the ordering * added links to gounit tool and gounit-vim plugin * added link to gowrap code generation tool --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 23795dfb..9033d9d5 100644 --- a/README.md +++ b/README.md @@ -603,6 +603,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [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. +* [GoWrap](https://github.com/hexdigest/gowrap) - Generate decorators for Go interfaces using simple templates. * [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.