type golang.org/x/mod/semver.ByVersion
5 uses
golang.org/x/mod/semver (current package)
semver.go#L155: type ByVersion []string
semver.go#L157: func (vs ByVersion) Len() int { return len(vs) }
semver.go#L158: func (vs ByVersion) Swap(i, j int) { vs[i], vs[j] = vs[j], vs[i] }
semver.go#L159: func (vs ByVersion) Less(i, j int) bool {
semver.go#L169: sort.Sort(ByVersion(list))
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)