golang.org/x/pkgsite/internal/godoc/dochtml.ModuleInfo.ModulePath (field)

14 uses

	golang.org/x/pkgsite/internal/godoc/dochtml (current package)
		dochtml.go#L44: 	ModulePath      string
		dochtml.go#L472: 	innerPkgPath := pkgPath[len(modInfo.ModulePath):]
		dochtml.go#L473: 	return fmt.Sprintf("%s@%s%s", modInfo.ModulePath, modInfo.ResolvedVersion, innerPkgPath)

	golang.org/x/pkgsite/internal/godoc
		render.go#L46: 	defer derrors.Wrap(&err, "godoc.Package.DocInfo(%q, %q, %q)", modInfo.ModulePath, modInfo.ResolvedVersion, innerPath)
		render.go#L63: 	defer derrors.Wrap(&err, "docPackage(%q, %q, %q)", innerPath, modInfo.ModulePath, modInfo.ResolvedVersion)
		render.go#L64: 	importPath := path.Join(modInfo.ModulePath, innerPath)
		render.go#L65: 	if modInfo.ModulePath == stdlib.ModulePath {
		render.go#L77: 	if modInfo.ModulePath == stdlib.ModulePath && importPath == "builtin" {
		render.go#L139: 		SinceVersionFunc: sinceVersionFunc(modInfo.ModulePath, nameToVersion),
		render.go#L216: 		ModulePath:      u.ModulePath,

	golang.org/x/pkgsite/internal/fetch
		load.go#L73: 	modulePath := modInfo.ModulePath
		load.go#L224: 	modulePath := modInfo.ModulePath
		package.go#L90: 			ModulePath:      modulePath,

	golang.org/x/pkgsite/internal/frontend
		doc.go#L29: 		ModulePath:      u.ModulePath,