go/build.Package.ImportPath (field)
13 uses
go/build (current package)
build.go#L442: ImportPath string // import path of package ("" if unknown)
build.go#L578: ImportPath: path,
build.go#L603: dir, elem := pathpkg.Split(p.ImportPath)
build.go#L606: pkga = pkgtargetroot + "/" + p.ImportPath + ".a"
build.go#L630: p.ImportPath = sub
build.go#L658: p.ImportPath = sub
build.go#L699: p.ImportPath = strings.TrimPrefix(pathpkg.Join(sub, "vendor", path), "src/")
build.go#L823: if !p.Goroot || (installgoroot.Value() == "all" && p.ImportPath != "unsafe" && p.ImportPath != "builtin") {
build.go#L844: return p, fmt.Errorf("cannot find package %q in:\n\t%s", p.ImportPath, p.Dir)
build.go#L1276: p.ImportPath = f[1]
golang.org/x/tools/internal/gcimporter
exportdata.go#L325: return filename, bp.ImportPath, nil
exportdata.go#L332: id = bp.ImportPath