type Versions … func (s Versions) Len() int { … } func (s Versions) Swap(i, j int) { … } func (s Versions) Less(i, j int) bool { … } // Sort sorts the given slice of Version func Sort(versions []*Version) { … }
type Versions … func (s Versions) Len() int { … } func (s Versions) Swap(i, j int) { … } func (s Versions) Less(i, j int) bool { … } // Sort sorts the given slice of Version func Sort(versions []*Version) { … }