We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e885b8 commit bb6ad8aCopy full SHA for bb6ad8a
routers/api/packages/pypi/pypi.go
@@ -63,7 +63,7 @@ func PackageMetadata(ctx *context.Context) {
63
return
64
}
65
66
- // sort package descriptors by version to mimic PyPI format
+ // sort package descriptors by version to mimic PyPI format
67
sort.Slice(pds, func(i, j int) bool {
68
return strings.Compare(pds[i].Version.Version, pds[j].Version.Version) < 0
69
})
0 commit comments