go generate tools

This commit is contained in:
Konstantin8105 2017-10-04 11:08:40 +03:00
parent 670c451434
commit f8c7282025

View File

@ -69,6 +69,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a
- [Code Analysis](#code-analysis)
- [Editor Plugins](#editor-plugins)
- [Go Tools](#go-tools)
- [Go Generate Tools](#go-generate-tools)
- [Software Packages](#software-packages)
- [DevOps Tools](#devops-tools)
- [Other Software](#other-software)
@ -1479,6 +1480,14 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
* [OctoLinker](https://github.com/OctoLinker/browser-extension) - Navigate through go files efficiently with the OctoLinker browser extension for GitHub.
* [rts](https://github.com/galeone/rts) - RTS: response to struct. Generates Go structs from server responses.
## Go Generate Tools
* [generic](https://github.com/usk81/generic) - flexible data type for Go.
* [genny](https://github.com/cheekybits/genny) - Elegant generics for Go.
* [gotests](https://github.com/cweill/gotests) - Generate Go tests from your source code.
* [gonerics](github.com/bouk/gonerics) - Idiomatic Generics in Go.
* [re2dfa](https://github.com/opennota/re2dfa) - Transform regular expressions into finite state machines and output Go source code.
## Software Packages
*Software written in Go.*