func golang.org/x/mod/semver.MajorMinor
3 uses
golang.org/x/mod/semver (current package)
semver.go#L75: func MajorMinor(v string) string {
golang.org/x/pkgsite/internal/frontend
versions.go#L240: return strings.HasSuffix(strings.TrimPrefix(v, semver.MajorMinor(v)), ".0")
golang.org/x/pkgsite/internal/stdlib
stdlib.go#L108: patch := strings.TrimPrefix(versionWithoutPrerelease, semver.MajorMinor(goVersion)+".")
![]() |
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. |