golang.org/x/pkgsite/internal/frontend.Symbol.Children (field)
9 uses
golang.org/x/pkgsite/internal/frontend (current package)
symbol.go#L41: Children []*Symbol
symbol.go#L126: ps.Children = append(ps.Children, cs)
symbol.go#L155: ps.Children = append(ps.Children, cs)
symbol.go#L234: for _, c := range parent.Children {
symbol.go#L246: parent.Children = append(cm[internal.SymbolKindMethod], symbols...)
symbol.go#L248: parent.Children = append(symbols, cm[internal.SymbolKindMethod]...)
symbol.go#L310: for _, c := range s.Children {
![]() |
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. |