golang.org/x/pkgsite/internal/godoc/dochtml/internal/render.packageIDs.pkgIDs (field)
7 uses
golang.org/x/pkgsite/internal/godoc/dochtml/internal/render (current package)
idents.go#L82: pkgIDs map[string]map[string]bool // map[name]map[topLevelID]bool
idents.go#L94: pkgIDs: make(map[string]map[string]bool),
idents.go#L100: if _, ok := pids.pkgIDs[pkg.Name]; ok {
idents.go#L104: pids.pkgIDs[pkg.Name] = make(map[string]bool)
idents.go#L107: pids.pkgIDs[pkg.Name][idk.ID.String()] = true // E.g., ["io"]["Reader.Read"]
idents.go#L324: if r.pkgIDs[r.name][id] {
idents.go#L332: if r.pkgIDs[prefix][suffix] {
![]() |
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. |