Built Goroviz – a terminal UI to visualize Go goroutines. Would this be useful to you?

I’m a beginner in Go, I noticed that tracking and debugging goroutines becomes a common challenge as applications scale. I also came across lot of discussions around the same problem.

So I trying something to make it easier. I built Goroviz, an open-source TUI that reads Go’s pprof goroutine profiles and groups identical goroutines by their call stack, making large dumps easier to understand.

I’m curious whether this really solve the problem for Go developers.
I’d really appreciate any feedback or suggestions. Thanks!

GitHub: GitHub - santhosh-005/goroviz: Goroviz is the TUI-Based Goroutines Visualizer · GitHub