Searched defs:moduleSorter (Results 1 – 1 of 1) sorted by relevance
3895 type moduleSorter struct { struct3896 modules []*moduleInfo3897 nameInterface NameInterface3900 func (s moduleSorter) Len() int {3904 func (s moduleSorter) Less(i, j int) bool {3923 func (s moduleSorter) Swap(i, j int) {