func golang.org/x/pkgsite/internal/version.Latest
3 uses
golang.org/x/pkgsite/internal/version (current package)
version.go#L200: func Latest(versions []string, hasGoMod func(v string) (bool, error)) (v string, err error) {
golang.org/x/pkgsite/internal/fetch
latest.go#L112: rawLatest, err := version.Latest(versions, hasGoModFunc)
latest.go#L136: lmv.CookedVersion, err = version.Latest(unretractedVersions, hasGoModFunc)
![]() |
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. |