go.pact.im/x/plumb/internal/discover.Package.PkgPath (field)

12 uses

	go.pact.im/x/plumb/internal/discover (current package)
		discover.go#L104: 		return cmp.Compare(a.PkgPath, b.PkgPath)
		discover.go#L109: 			if outputBase != "" && pkg.PkgPath == destPath && FileBase(pkg, file) == outputBase {
		provider.go#L17: 	PkgPath string

	go.pact.im/x/plumb/internal/cli
		cli.go#L128: 			importPath = pkgs[0].PkgPath
		cli.go#L151: 		if p.PkgPath == importPath {

	go.pact.im/x/plumb/internal/emit
		report.go#L17: 		paths = append(paths, p.PkgPath)

	go.pact.im/x/plumb/internal/gen
		gen.go#L96: 		if pkg.PkgPath != opts.ImportPath || pkg.Types == nil {

	go.pact.im/x/plumb/internal/gopackages
		gopackages.go#L100: 			PkgPath: p.PkgPath,

	go.pact.im/x/plumb/internal/packagestest
		packagestest.go#L147: 			PkgPath: ip,
		packagestest.go#L164: 		return strings.Compare(a.PkgPath, b.PkgPath)