golang.org/x/pkgsite/internal/godoc/dochtml.ModuleInfo.ModulePackages (field)
9 uses
golang.org/x/pkgsite/internal/godoc/dochtml (current package)
dochtml.go#L47: ModulePackages map[string]bool
dochtml.go#L466: if modInfo == nil || !modInfo.ModulePackages[pkgPath] {
golang.org/x/pkgsite/internal/godoc
render.go#L68: if modInfo.ModulePackages == nil {
render.go#L69: modInfo.ModulePackages = p.ModulePackagePaths
render.go#L218: ModulePackages: nil, // will be provided by docPkg
golang.org/x/pkgsite/internal/fetch
load.go#L231: docPkg := godoc.NewPackage(fset, modInfo.ModulePackages)
package.go#L92: ModulePackages: make(map[string]bool),
package.go#L170: modInfo.ModulePackages[path.Join(modulePath, pkgName)] = true
golang.org/x/pkgsite/internal/frontend
doc.go#L31: ModulePackages: nil, // will be provided by docPkg
![]() |
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. |