golang.org/x/tools/internal/gcimporter.GetPackagesItem.Path (field)

9 uses

	golang.org/x/tools/internal/gcimporter (current package)
		iimport.go#L128: 	Name, Path string
		iimport.go#L144: 			pkg, ok := m[item.Path]
		iimport.go#L146: 				pkg = types.NewPackage(item.Path, item.Name)
		iimport.go#L147: 				m[item.Path] = pkg
		iimport.go#L255: 		items[i].Path = pkgPath
		iimport.go#L288: 			errorf("internal error: getPackages returned nil package for %q", item.Path)
		iimport.go#L289: 		} else if pkg.Path() != item.Path {
		iimport.go#L290: 			errorf("internal error: getPackages returned wrong path %q, want %q", pkg.Path(), item.Path)
		iimport.go#L292: 			errorf("internal error: getPackages returned wrong name %s for package %q, want %s", pkg.Name(), item.Path, item.Name)