golang.org/x/tools/go/packages.Package.PkgPath (field)

22 uses

	golang.org/x/tools/go/packages (current package)
		golist.go#L298: 			PkgPath:         query,
		golist.go#L311: 			filepath.ToSlash(response.Packages[0].PkgPath) == filepath.ToSlash(query) {
		golist.go#L567: 			pkg.PkgPath = pkg.ID[:i]
		golist.go#L569: 			pkg.PkgPath = pkg.ID
		golist.go#L572: 		if pkg.PkgPath == "unsafe" {
		packages.go#L432: 	PkgPath string
		packages.go#L628: 		PkgPath:         p.PkgPath,
		packages.go#L657: 		PkgPath:         flat.PkgPath,
		packages.go#L790: 		exportDataInvalid := len(ld.Overlay) > 0 || pkg.ExportFile == "" && pkg.PkgPath != "unsafe"
		packages.go#L799: 			(ld.Mode&(NeedTypes|NeedTypesInfo) != 0 && exportDataInvalid)) && pkg.PkgPath != "unsafe"
		packages.go#L978: 			ld.pkgs[i].PkgPath = ""
		packages.go#L1029: 	if lpkg.PkgPath == "unsafe" {
		packages.go#L1042: 	lpkg.Types = types.NewPackage(lpkg.PkgPath, lpkg.Name)
		packages.go#L1438: 	if lpkg.PkgPath == "" {
		packages.go#L1513: 				view[lpkg.PkgPath] = lpkg.Types
		packages.go#L1523: 	tpkg, err := gcexportdata.Read(r, ld.Fset, view, lpkg.PkgPath)
		packages.go#L1533: 		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#L196: 			if err := g.writeString(p.PkgPath); err != nil {
		textgen.go#L232: 			if err := g.sectionPackageErrors(p.PkgPath, p.Errors); err != nil {