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]
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |