Versions in this module Expand all Collapse all v0 v0.2.2 Dec 13, 2025 Changes in this version + func Display(graph Graph) + func Has(graph Graph) bool + type Graph []*Node + func Resolve(graph Graph) (Graph, error) + func (g Graph) String() string + type Node struct + Deps []string + Name string + func NewNode(name string, deps ...string) *Node