mirror of
https://github.com/avelino/awesome-go.git
synced 2024-11-07 16:33:40 +00:00
Merge pull request #1606 from Konstantin8105/master
Add "Go Generate Tools"
This commit is contained in:
commit
f0316a19eb
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user