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

Option to omit defer functions #31

Open AlexanderJLiu opened 6 years ago

AlexanderJLiu commented 6 years ago

I have a suggestion that there is a need to omit defer functions when a package has so many. They would occupy plenty of unnecessary space. 🚀


Thanks for your work. 👍