var golang.org/x/pkgsite/internal/version.pseudoVersionRE
2 uses
golang.org/x/pkgsite/internal/version (current package)
version.go#L36: var pseudoVersionRE = regexp.MustCompile(`^v[0-9]+\.(0\.0-|\d+\.\d+-([^+]*\.)?0\.)\d{14}-[A-Za-z0-9]+(\+incompatible)?$`)
version.go#L41: return strings.Count(v, "-") >= 2 && pseudoVersionRE.MatchString(v)
 |
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. |