Searched defs:moduleSorter (Results 1 – 1 of 1) sorted by relevance
3512 type moduleSorter struct { struct3513 modules []*moduleInfo3514 nameInterface NameInterface3517 func (s moduleSorter) Len() int {3521 func (s moduleSorter) Less(i, j int) bool {3537 func (s moduleSorter) Swap(i, j int) {