func golang.org/x/pkgsite/internal/frontend.constructUnitURL

9 uses

	golang.org/x/pkgsite/internal/frontend (current package)
		404.go#L100: 		u := constructUnitURL(fr.goModPath, fr.goModPath, internal.LatestVersion)
		404.go#L154: 	return constructUnitURL(p, p, internal.LatestVersion)
		directory.go#L119: 			URL:      constructUnitURL(m.ModulePath, m.ModulePath, internal.LatestVersion),
		directory.go#L140: 			URL:      constructUnitURL(pm.Path, um.ModulePath, linkVersion(um.Version, um.ModulePath)),
		unit.go#L189: 		URLPath:               constructUnitURL(um.Path, um.ModulePath, info.requestedVersion),
		unit.go#L193: 		LatestURL:             constructUnitURL(um.Path, um.ModulePath, internal.LatestVersion),
		unit.go#L261: func constructUnitURL(fullPath, modulePath, requestedVersion string) string {
		unit.go#L275: 	return constructUnitURL(um.Path, um.ModulePath, linkVersion(um.Version, um.ModulePath))
		versions.go#L111: 		return constructUnitURL(versionPath, mi.ModulePath, linkVersion(mi.Version, mi.ModulePath))