func golang.org/x/pkgsite/internal.V1Path

6 uses

	golang.org/x/pkgsite/internal (current package)
		discovery.go#L139: func V1Path(fullPath, modulePath string) string {

	golang.org/x/pkgsite/internal/fetch
		load.go#L78: 	v1path := internal.V1Path(importPath, modulePath)

	golang.org/x/pkgsite/internal/frontend
		versions.go#L109: 			versionPath = pathInVersion(internal.V1Path(fullPath, modulePath), mi)

	golang.org/x/pkgsite/internal/postgres
		insert_module.go#L368: 		v1path := internal.V1Path(u.Path, m.ModulePath)
		insert_module.go#L440: 		curPathsSet[internal.V1Path(u.Path, m.ModulePath)] = true
		version.go#L258: 	v1Path := internal.V1Path(fullPath, modulePath)