golang.org/x/pkgsite/internal.Symbol.Children (field)
11 uses
golang.org/x/pkgsite/internal (current package)
symbol.go#L47: Children []*SymbolMeta
golang.org/x/pkgsite/internal/fetch
load.go#L101: s2.Children = nil
load.go#L104: s2.Children = append(s2.Children, s.Children...)
golang.org/x/pkgsite/internal/godoc/dochtml
symbol.go#L140: t.Children = append(append(append(append(append(
symbol.go#L141: t.Children,
golang.org/x/pkgsite/internal/postgres
symbol.go#L419: parent.Children = append(parent.Children, &sm)
symbol.go#L437: for _, c := range s.Children {
golang.org/x/pkgsite/internal/testing/sample
sample.go#L128: Children: []*internal.SymbolMeta{
![]() |
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. |