func golang.org/x/pkgsite/internal/version.LatestOf
6 uses
golang.org/x/pkgsite/internal/version (current package)
version.go#L201: latest := LatestOf(versions)
version.go#L214: latestCompat := LatestOf(RemoveIf(versions, func(v string) bool { return IsIncompatible(v) || IsPseudo(v) }))
version.go#L233: func LatestOf(versions []string) string {
golang.org/x/pkgsite/internal/fetch
latest.go#L61: latest := version.LatestOf(vs)
golang.org/x/pkgsite/internal/postgres
unit.go#L206: latestVersion = version.LatestOf(unretractedVersions)
version.go#L403: return version.LatestOf(vs), nil
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |