const golang.org/x/pkgsite/internal.UnknownModulePath
14 uses
golang.org/x/pkgsite/internal (current package)
discovery.go#L34: UnknownModulePath = "unknownModulePath"
golang.org/x/pkgsite/internal/frontend
fetch.go#L492: if modulePath != internal.UnknownModulePath {
search.go#L302: _, err := ds.GetUnitMeta(ctx, requestedPath, internal.UnknownModulePath, internal.LatestVersion)
unit.go#L168: if info.modulePath == internal.UnknownModulePath && info.requestedVersion == internal.LatestVersion {
urlinfo.go#L97: modulePath: internal.UnknownModulePath,
golang.org/x/pkgsite/internal/localdatasource
datasource.go#L137: if requestedModulePath == internal.UnknownModulePath {
golang.org/x/pkgsite/internal/postgres
unit.go#L81: if modulePath == internal.UnknownModulePath {
unit.go#L151: if requestedModulePath == internal.UnknownModulePath {
version.go#L167: um, err := db.GetUnitMeta(gctx, unitPath, internal.UnknownModulePath, internal.LatestVersion)
version_map.go#L72: if modulePath == internal.UnknownModulePath {
golang.org/x/pkgsite/internal/proxydatasource
datasource.go#L201: latestUnitMeta, err = ds.GetUnitMeta(ctx, unitPath, internal.UnknownModulePath, internal.LatestVersion)
details.go#L39: if inModulePath == internal.UnknownModulePath {
golang.org/x/pkgsite/internal/queue
queue.go#L128: if modulePath == internal.UnknownModulePath {
golang.org/x/pkgsite/internal/worker
fetch.go#L62: if modulePath == internal.UnknownModulePath {
 |
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. |