Versions in this module Expand all Collapse all v0 v0.0.2 Jun 19, 2021 v0.0.1 Jun 19, 2021 Changes in this version + func Dirname(path string) string + func Files(path string, pathsToMatch []string, commitRef1 string, commitRef2 string) (*[]string, error) + type PathTree struct + func NewPathTree() PathTree + func (t *PathTree) FindParents(path []string) [][]string + func (t *PathTree) Insert(path []string) + func (t *PathTree) Paths(separator string) []string