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

Using SVG format with links to packages served via HTTP #29

Closed ondrajz closed 6 years ago

ondrajz commented 6 years ago

This PR changes the normal behavior of go-callvis and now listens on port :7979 and serves the output in SVG format with URL links set on packages so you can more interactively view the call graph.