From 7edf56817e4b010bb87ac084c21b9c874de77af1 Mon Sep 17 00:00:00 2001 From: Jannis Mattheis Date: Sat, 28 Aug 2021 13:14:54 +0200 Subject: [PATCH] Add github.com/jmattheis/goverter --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e0b4ac8e..d95c5af4 100644 --- a/README.md +++ b/README.md @@ -883,6 +883,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [go-xray](https://github.com/pieterclaerhout/go-xray) - Helpers for making the use of reflection easier. * [goderive](https://github.com/awalterschulze/goderive) - Derives functions from input types. * [gotype](https://github.com/wzshiming/gotype) - Golang source code parsing, usage like reflect package. +* [goverter](https://github.com/jmattheis/goverter) - Generate converters by defining an interface. * [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.