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

Write as string instead of bytes when requesting dot format #33

Closed ruudk closed 5 years ago

ruudk commented 5 years ago

This makes the output of http://localhost:7878/?format=dot a bit more readable ;)

ondrajz commented 5 years ago

Thanks man! I guess I've never tested outputting dot format since I switched to interactive view.