ondrajz / go-callvis

Visualize call graph of a Go program using Graphviz
https://ofabry.github.io/go-callvis
MIT License
5.91k stars 408 forks source link

Way to focus on a type instead of a package? #17

Open robinbijlani opened 6 years ago

robinbijlani commented 6 years ago

Is there a way to focus on the methods of a type instead of all functions in a package? I'm wondering if maybe this functionality already exists but I just don't know how to use the flags properly.

(Brilliant tool, by the way!)

ondrajz commented 6 years ago

Currently there is no way to focus anything else than specific package or entire program.

You can find planned features for this project here: https://github.com/TrueFurby/go-callvis/projects/1 Feel free to add new features there.

By the way, you are welcome to create pull requests, as I don't have much time to work on this now. ;)

iselind commented 6 years ago

Why is -group pkg,type not enough?