Versions in this module Expand all Collapse all v0 v0.5.7 Dec 5, 2020 Changes in this version + type Graph map[string]map[string]bool + func Build(ctxt *build.Context) (forward, reverse Graph, errors map[string]error) + func (g Graph) Search(roots ...string) map[string]bool