Versions in this module Expand all Collapse all v0 v0.5.1 Sep 24, 2020 v0.5.0 Sep 24, 2020 Changes in this version + type Graph struct + func NewGraph(targets []string) *Graph + func (d *Graph) DependsOn(a, b string) error + func (d *Graph) Finalize() error + func (d Graph) CreateOrder(target string) (path []string, err error) + func (d Graph) CreateOrderAll() (path []string) + func (d Graph) DropOrder(target string) (path []string, err error) + func (d Graph) DropOrderAll() (path []string)