Searched defs:moduleSorter (Results 1 – 1 of 1) sorted by relevance
4503 type moduleSorter struct { struct4504 modules []*moduleInfo4505 nameInterface NameInterface4508 func (s moduleSorter) Len() int {4512 func (s moduleSorter) Less(i, j int) bool {4531 func (s moduleSorter) Swap(i, j int) {