golang.org/x/pkgsite/internal/godoc/dochtml.examples.List (field)
7 uses
golang.org/x/pkgsite/internal/godoc/dochtml (current package)
dochtml.go#L348: List []*example // sorted by ParentID
dochtml.go#L401: List: nil,
dochtml.go#L412: exs.List = append(exs.List, ex0)
dochtml.go#L415: sort.SliceStable(exs.List, func(i, j int) bool {
dochtml.go#L418: return exs.List[i].ParentID < exs.List[j].ParentID
![]() |
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. |