ondrajz / go-callvis

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

Graph Relating Multiple Packages #51

Open johnrichardrinehart opened 5 years ago

johnrichardrinehart commented 5 years ago

I would like to be able to provide a comma-separated list of packages to graph their relationship to other packages (and possibly to each other). I.e.: go-callvis github.com/johnrichardrinehart/repo1/pkg1,github.com/johnrichardrinehart/repo1/pkg2. Note that pkg2 might depend on pkg1 and vice-versa.