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

Added non-HTTP mode to write dot and .svg directly to a file #37

Closed Russtopia closed 5 years ago

Russtopia commented 5 years ago

Signed-off-by: Russ Magee rmagee@gmail.com

Russtopia commented 5 years ago

These changes are meant to address issue https://github.com/TrueFurby/go-callvis/issues/36

Allow use of utility in scripts w/o starting a webserver, to generate .gv and .svg files to user-specified name.