func golang.org/x/pkgsite/internal/version.Later
5 uses
golang.org/x/pkgsite/internal/version (current package)
version.go#L166: func Later(v1, v2 string) bool {
version.go#L239: if Later(v, latest) {
golang.org/x/pkgsite/internal/postgres
unit.go#L203: return version.Later(v, lmv.CookedVersion)
version.go#L398: return version.Later(v, lmv.CookedVersion)
version.go#L453: return version.Later(v1, v2) || (version.IsIncompatible(v2) && !version.IsIncompatible(v1))
![]() |
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. |