golang.org/x/tools/go/packages.Package.PkgPath (field)
30 uses
golang.org/x/tools/go/packages (current package)
golist.go#L262: if match(pkg.PkgPath) {
golist.go#L356: PkgPath: query,
golist.go#L369: filepath.ToSlash(response.Packages[0].PkgPath) == filepath.ToSlash(query) {
golist.go#L622: pkg.PkgPath = pkg.ID[:i]
golist.go#L624: pkg.PkgPath = pkg.ID
golist.go#L627: if pkg.PkgPath == "unsafe" {
golist_overlay.go#L36: havePkgs[pkg.PkgPath] = pkg.ID
golist_overlay.go#L111: if pkg != nil && p != pkg && pkg.PkgPath == p.PkgPath {
golist_overlay.go#L166: PkgPath: pkgPath,
golist_overlay.go#L172: havePkgs[pkg.PkgPath] = id
golist_overlay.go#L178: pkg.forTest = testVariantOf.PkgPath
golist_overlay.go#L237: return nil, nil, fmt.Errorf("cannot resolve imports for package %q with no Go files", pkg.PkgPath)
packages.go#L301: PkgPath string
packages.go#L487: PkgPath: p.PkgPath,
packages.go#L516: PkgPath: flat.PkgPath,
packages.go#L649: exportDataInvalid := len(ld.Overlay) > 0 || pkg.ExportFile == "" && pkg.PkgPath != "unsafe"
packages.go#L658: (ld.Mode&(NeedTypes|NeedTypesInfo) != 0 && exportDataInvalid)) && pkg.PkgPath != "unsafe"
packages.go#L790: ld.pkgs[i].PkgPath = ""
packages.go#L860: if lpkg.PkgPath == "unsafe" {
packages.go#L873: lpkg.Types = types.NewPackage(lpkg.PkgPath, lpkg.Name)
packages.go#L1209: if lpkg.PkgPath == "" {
packages.go#L1284: view[lpkg.PkgPath] = lpkg.Types
packages.go#L1294: tpkg, err := gcexportdata.Read(r, ld.Fset, view, lpkg.PkgPath)
packages.go#L1304: log.Panicf("golang.org/x/tools/go/packages: unexpected new packages during load of %s", lpkg.PkgPath)
go.pact.im/x/goupdate
htmlgen.go#L207: if err := g.htmlCodeText(pkg.PkgPath); err != nil {
packages.go#L107: byImportPath[pkg.PkgPath] = pkg
packages.go#L130: if _, ok := pkgByImportPath[pkg.PkgPath]; ok {
textgen.go#L195: if err := g.writeString(p.PkgPath); err != nil {
textgen.go#L231: if err := g.sectionPackageErrors(p.PkgPath, p.Errors); err != nil {