diff --git a/README.md b/README.md index 374ce46d..61d650d1 100644 --- a/README.md +++ b/README.md @@ -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.*