golang.org/x/pkgsite/internal.LatestModuleVersions.GoodVersion (field)
19 uses
golang.org/x/pkgsite/internal (current package)
latest.go#L22: GoodVersion string // successfully processed
latest.go#L39: GoodVersion: good,
golang.org/x/pkgsite/internal/postgres
insert_module.go#L636: if lmv.GoodVersion == "" {
insert_module.go#L652: `, modulePath, lmv.GoodVersion).Scan(&x); err {
insert_module.go#L657: modulePath, lmv.GoodVersion)
insert_module.go#L676: pkgMetas, err := getPackagesInUnit(ctx, tx, modulePath, modulePath, lmv.GoodVersion, -1, db.bypassLicenseCheck)
insert_module.go#L681: readme, err := getModuleReadme(ctx, tx, modulePath, lmv.GoodVersion)
insert_module.go#L694: Version: lmv.GoodVersion,
insert_module.go#L720: `, modulePath, lmv.GoodVersion); err != nil {
insert_module.go#L724: log.Debugf(ctx, "ReInsertLatestVersion(%q): re-inserted at latest good version %s", modulePath, lmv.GoodVersion)
version.go#L289: if lmv != nil && lmv.GoodVersion != "" {
version.go#L291: latestGoodVersion = lmv.GoodVersion
version.go#L487: if vCur.GoodVersion != "" && vNew.IsRetracted(vCur.GoodVersion) {
version.go#L492: vNew.GoodVersion = good
version.go#L493: log.Debugf(ctx, "%s: updating latest_module_versions good=%q", vNew.ModulePath, vNew.GoodVersion)
version.go#L495: vNew.GoodVersion = vCur.GoodVersion
version.go#L551: good = lmv.GoodVersion
 |
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. |