type golang.org/x/pkgsite/internal/godoc/dochtml.item
13 uses
golang.org/x/pkgsite/internal/godoc/dochtml (current package)
dochtml.go#L71: Consts, Vars, Funcs, Types []*item
dochtml.go#L152: type item struct {
dochtml.go#L160: Consts, Vars, Funcs, Methods []*item // for types
dochtml.go#L166: func packageToItems(p *doc.Package, exmap map[string][]*example) (consts, vars, funcs, types []*item) {
dochtml.go#L176: func valuesToItems(vs []*doc.Value) []*item {
dochtml.go#L177: var r []*item
dochtml.go#L184: func valueToItem(v *doc.Value) *item {
dochtml.go#L185: return &item{
dochtml.go#L192: func funcsToItems(fs []*doc.Func, hclass, typeName string, exmap map[string][]*example) []*item {
dochtml.go#L193: var r []*item
dochtml.go#L205: i := &item{
dochtml.go#L221: func typeToItem(t *doc.Type, exmap map[string][]*example) *item {
dochtml.go#L222: return &item{
 |
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. |