golang.org/x/pkgsite/internal.LatestInfo.UnitExistsAtMinor (field)
4 uses
golang.org/x/pkgsite/internal (current package)
datasource.go#L43: UnitExistsAtMinor bool
golang.org/x/pkgsite/internal/frontend
unit.go#L222: case latest.MinorVersion == version && !latest.UnitExistsAtMinor:
golang.org/x/pkgsite/internal/postgres
version.go#L181: latest.UnitExistsAtMinor, err = db.unitExistsAtLatest(gctx, unitPath, modulePath)
golang.org/x/pkgsite/internal/proxydatasource
datasource.go#L214: latest.UnitExistsAtMinor = true
![]() |
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. |