Searched defs:moduleSorter (Results 1 – 1 of 1) sorted by relevance
4520 type moduleSorter struct { struct4521 modules []*moduleInfo4522 nameInterface NameInterface4525 func (s moduleSorter) Len() int {4529 func (s moduleSorter) Less(i, j int) bool {4548 func (s moduleSorter) Swap(i, j int) {