golang.org/x/pkgsite/internal/frontend.fetchResult.goModPath (field)
12 uses
golang.org/x/pkgsite/internal/frontend (current package)
404.go#L88: if fr.goModPath == fullPath {
404.go#L93: vm, err := db.GetVersionMap(ctx, fr.goModPath, internal.LatestVersion)
404.go#L100: u := constructUnitURL(fr.goModPath, fr.goModPath, internal.LatestVersion)
404.go#L208: goModPath: vm.GoModPath,
404.go#L235: goModPath: majPath,
404.go#L264: goModPath: vm.GoModPath,
fetch.go#L123: goModPath string
fetch.go#L256: if err := module.CheckPath(fr.goModPath); err != nil {
fetch.go#L258: fr.responseText = fmt.Sprintf(`%q does not have a valid module path (%q).`, fullPath, fr.goModPath)
fetch.go#L263: displayPath(fullPath, requestedVersion), fr.goModPath, fr.goModPath))
 |
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. |