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))