go/build.Package.ImportPath (field)
10 uses
go/build (current package)
build.go#L414: ImportPath string // import path of package ("" if unknown)
build.go#L538: ImportPath: path,
build.go#L563: dir, elem := pathpkg.Split(p.ImportPath)
build.go#L566: pkga = pkgtargetroot + "/" + p.ImportPath + ".a"
build.go#L590: p.ImportPath = sub
build.go#L618: p.ImportPath = sub
build.go#L659: p.ImportPath = strings.TrimPrefix(pathpkg.Join(sub, "vendor", path), "src/")
build.go#L792: return p, fmt.Errorf("cannot find package %q in:\n\t%s", p.ImportPath, p.Dir)
build.go#L1210: p.ImportPath = f[1]
golang.org/x/tools/internal/gcimporter
gcimporter.go#L110: id = bp.ImportPath
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)