Searched defs:moduleSorter (Results 1 – 1 of 1) sorted by relevance
3997 type moduleSorter struct { struct3998 modules []*moduleInfo3999 nameInterface NameInterface4002 func (s moduleSorter) Len() int {4006 func (s moduleSorter) Less(i, j int) bool {4025 func (s moduleSorter) Swap(i, j int) {