diff --git a/README.md b/README.md index f87f279d..04432452 100644 --- a/README.md +++ b/README.md @@ -68,6 +68,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a - [Tools](#tools) - [Code Analysis](#code-analysis) - [Editor Plugins](#editor-plugins) + - [Go Generate Tools](#go-generate-tools) - [Go Tools](#go-tools) - [Software Packages](#software-packages) - [DevOps Tools](#devops-tools) @@ -1478,6 +1479,14 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [vscode-go](https://github.com/Microsoft/vscode-go) - Extension for Visual Studio Code (VS Code) which provides support for the Go language. * [Watch](https://github.com/eaburns/Watch) - Runs a command in an acme win on file changes. +## Go Generate Tools + +* [generic](https://github.com/usk81/generic) - flexible data type for Go. +* [genny](https://github.com/cheekybits/genny) - Elegant generics for Go. +* [gonerics](http://github.com/bouk/gonerics) - Idiomatic Generics in Go. +* [gotests](https://github.com/cweill/gotests) - Generate Go tests from your source code. +* [re2dfa](https://github.com/opennota/re2dfa) - Transform regular expressions into finite state machines and output Go source code. + ## Go Tools * [colorgo](https://github.com/songgao/colorgo) - Wrapper around `go` command for colorized `go build` output.