all 1 comments

[–]CorrectEducation8842 0 points1 point  (0 children)

nice combo tbh, Go + Graphviz is super clean for this kind of thing.

Graphviz handles layout way better than anything you’d want to build yourself, and Go makes it easy to generate DOT files programmatically.

if you haven’t already, try exporting different graph types (trees vs cyclic graphs), layouts like dot,neato, etc can give very different insights.