From fce2d60b663a4ab660cf5166f064d326876382fa Mon Sep 17 00:00:00 2001 From: Marc-Antoine Ruel Date: Mon, 13 Jul 2015 09:25:32 -0400 Subject: [PATCH] Add panicparse. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 939d6858..3494ba05 100644 --- a/README.md +++ b/README.md @@ -724,6 +724,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [netbug](https://github.com/e-dard/netbug) - Easy remote profiling of your services. * [ngrok](https://github.com/inconshreveable/ngrok) - Introspected tunnels to localhost. * [okrun](https://github.com/xta/okrun) - go run error steamroller +* [panicparse](https://github.com/maruel/panicparse) - Groups similar goroutines and colorizes stack dump. * [peco](https://github.com/peco/peco) - Simplistic interactive filtering tool * [pester](https://github.com/sethgrid/pester) - Go HTTP client calls with retries, backoff, and concurrency * [pm](https://github.com/VividCortex/pm) - Process (i.e. goroutine) manager with an HTTP API