Searched defs:linkedDepSet (Results 1 – 1 of 1) sorted by relevance
164 type linkedDepSet struct { struct165 packageSet map[string](*GoPackage)166 packageList []*GoPackage262 func (p *GoPackage) findDeps(config *Config, path string, allPackages *linkedDepSet) error {