golang.org/x/pkgsite/internal/frontend.Section.Subs (field)
7 uses
golang.org/x/pkgsite/internal/frontend (current package)
section.go#L15: Subs []*Section // subsections
section.go#L24: s.Subs = append(s.Subs, sub)
section.go#L25: if sub.Subs == nil {
section.go#L43: return s.Subs
section.go#L67: if len(s.Subs) == 1 && prefix != "" {
section.go#L68: s = s.Subs[0]
![]() |
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. |