vs contains alphabetically sorted versions (it's generated from ioutil.ReadDir) so e.g. 0.9.0 appears to be greater than 0.13.4 (particular case for flux fish food at the moment).
semver.Collection implements sort interface so we can get the latest version easily.
vs
contains alphabetically sorted versions (it's generated fromioutil.ReadDir
) so e.g.0.9.0
appears to be greater than0.13.4
(particular case forflux
fish food at the moment).semver.Collection
implements sort interface so we can get the latest version easily.