Versions in this module Expand all Collapse all v3 v3.0.6 Dec 6, 2022 v3.0.5 Dec 6, 2022 Changes in this version + type Graph struct + Nodes []*Node + func NewGraph(prog *migo.Program) *Graph + func (g *Graph) DotString() string + func (g *Graph) String() string + type Node struct + Preds []*Node + Succs []*Node + func (n *Node) String() string + func (n Node) Func() *migo.Function