Searched defs:Planet (Results 1 – 1 of 1) sorted by relevance
17 type Planet struct { struct18 name string19 mass earthMass20 distance au27 func (by By) Sort(planets []Planet) {