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

6 uses

	golang.org/x/pkgsite/internal/frontend (current package)
		fetch.go#L250: 			fr.responseText = fmt.Sprintf("We're still working on ā€œ%sā€. Check back in a few minutes!", displayPath(fullPath, requestedVersion))
		fetch.go#L263: 				displayPath(fullPath, requestedVersion), fr.goModPath, fr.goModPath))
		fetch.go#L307: 			displayPath(fullPath, requestedVersion),
		fetch.go#L308: 			displayPath(moduleMatchingPathPrefix, requestedVersion),
		fetch.go#L309: 			displayPath(moduleMatchingPathPrefix, requestedVersion),
		fetch.go#L328: func displayPath(path, version string) string {