From 51ce6aecd94a3771d79e15812b69d727846038b2 Mon Sep 17 00:00:00 2001 From: Armin Date: Thu, 25 Mar 2021 18:47:37 +0100 Subject: [PATCH] Add roumon --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a37c10b4..7fb4ab63 100644 --- a/README.md +++ b/README.md @@ -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.