type golang.org/x/pkgsite/internal/fetch.goPackage
10 uses
golang.org/x/pkgsite/internal/fetch (current package)
load.go#L57: sourceInfo *source.Info, modInfo *godoc.ModuleInfo) (_ *goPackage, err error) {
load.go#L80: var pkg *goPackage
load.go#L128: return &goPackage{
load.go#L148: pkg = &goPackage{
package.go#L29: type goPackage struct {
package.go#L51: func extractPackagesFromZip(ctx context.Context, modulePath, resolvedVersion string, r *zip.Reader, d *licenses.Detector, sourceInfo *source.Info) (_ []*goPackage, _ []*internal.PackageVersionState, err error) {
package.go#L177: var pkgs []*goPackage
unit.go#L18: pkgs []*goPackage,
unit.go#L21: pkgLookup := map[string]*goPackage{}
unit.go#L75: func unitPaths(modulePath string, packages []*goPackage) []string {
 |
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. |