go/build.Package.ImportPath (field)

8 uses

	go/build (current package)
		build.go#L399: 	ImportPath    string   // import path of package ("" if unknown)
		build.go#L523: 		ImportPath: path,
		build.go#L548: 			dir, elem := pathpkg.Split(p.ImportPath)
		build.go#L551: 			pkga = pkgtargetroot + "/" + p.ImportPath + ".a"
		build.go#L575: 				p.ImportPath = sub
		build.go#L603: 				p.ImportPath = sub
		build.go#L644: 							p.ImportPath = strings.TrimPrefix(pathpkg.Join(sub, "vendor", path), "src/")
		build.go#L1186: 	p.ImportPath = f[1]