Add roumon

This commit is contained in:
Armin 2021-03-25 18:47:37 +01:00 committed by Avelino
parent 0b1985a726
commit 51ce6aecd9

View File

@ -2390,6 +2390,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
* [igo](https://github.com/rocketlaunchr/igo) - An igo to go transpiler (new language features for Go language!)
* [OctoLinker](https://github.com/OctoLinker/browser-extension) - Navigate through go files efficiently with the OctoLinker browser extension for GitHub.
* [richgo](https://github.com/kyoh86/richgo) - Enrich `go test` outputs with text decorations.
* [roumon](https://github.com/becheran/roumon) - Monitor current state of all active goroutines via a command line interface.
* [rts](https://github.com/galeone/rts) - RTS: response to struct. Generates Go structs from server responses.
* [typex](https://github.com/dtgorski/typex) - Examine Go types and their transitive dependencies, alternatively export results as TypeScript value objects (or types) declaration.