golang.org/x/pkgsite/internal/fetch.goPackage.path (field)
7 uses
golang.org/x/pkgsite/internal/fetch (current package)
load.go#L130: path: importPath,
load.go#L149: path: importPath,
package.go#L30: path string
package.go#L212: return nil, nil, fmt.Errorf("bad package error for %s: %v", pkg.path, pkg.err)
package.go#L222: pkgPath = pkg.path
unit.go#L23: pkgLookup[pkg.path] = pkg
unit.go#L85: for p := p.path; shouldContinue(p); p = path.Dir(p) {
![]() |
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. |