Add wzshiming/gotype (#2312)

This commit is contained in:
wzshiming 2019-01-08 19:37:35 +08:00 committed by Cássio Botaro
parent 6d22d4dab0
commit 75628307a7

View File

@ -613,6 +613,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.
* [gotype](https://github.com/wzshiming/gotype) - Golang source code parsing, usage like reflect package.
* [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.