Add github.com/jmattheis/goverter

This commit is contained in:
Jannis Mattheis 2021-08-28 13:14:54 +02:00 committed by Avelino
parent bcbc2f70ee
commit 7edf56817e

View File

@ -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.