var golang.org/x/pkgsite/internal/frontend.unitTabLookup
5 uses
golang.org/x/pkgsite/internal/frontend (current package)
server.go#L224: if _, ok := unitTabLookup[tab]; ok {
tabs.go#L67: unitTabLookup = make(map[string]TabSettings, len(unitTabs))
tabs.go#L72: unitTabLookup[t.Name] = t
unit.go#L104: if _, ok := unitTabLookup[tab]; !ok {
unit.go#L178: tabSettings := unitTabLookup[tab]
![]() |
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. |