Added go-enum (#1545)

This commit is contained in:
Alex Bice 2017-08-19 19:50:21 -07:00 committed by Avelino
parent 414e3a2abf
commit 5d860dbefd

View File

@ -511,6 +511,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a
* [efaceconv](https://github.com/t0pep0/efaceconv) - Code generation tool for high performance conversion from interface{} to immutable type without allocations.
* [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.
* [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.