type golang.org/x/pkgsite/internal/frontend.Section
10 uses
golang.org/x/pkgsite/internal/frontend (current package)
imports.go#L78: ImportedBy []*Section
section.go#L13: type Section struct {
section.go#L15: Subs []*Section // subsections
section.go#L19: func newSection(prefix string) *Section {
section.go#L20: return &Section{Prefix: prefix, NumLines: 0}
section.go#L23: func (s *Section) add(sub *Section) {
section.go#L41: func Sections(lines []string, nextPrefix prefixFunc) []*Section {
section.go#L48: func section(prefix string, lines []string, nextPrefix prefixFunc) (*Section, []string) {
section.go#L57: var sub *Section
![]() |
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. |