Searched defs:moduleSorter (Results 1 – 1 of 1) sorted by relevance
3496 type moduleSorter struct { struct3497 modules []*moduleInfo3498 nameInterface NameInterface3501 func (s moduleSorter) Len() int {3505 func (s moduleSorter) Less(i, j int) bool {3521 func (s moduleSorter) Swap(i, j int) {