func golang.org/x/pkgsite/internal/godoc/dochtml.funcsToItems
4 uses
golang.org/x/pkgsite/internal/godoc/dochtml (current package)
dochtml.go#L169: funcs = funcsToItems(p.Funcs, "Documentation-functionHeader", "", exmap)
dochtml.go#L192: func funcsToItems(fs []*doc.Func, hclass, typeName string, exmap map[string][]*example) []*item {
dochtml.go#L234: Funcs: funcsToItems(t.Funcs, "Documentation-typeFuncHeader", "", exmap),
dochtml.go#L235: Methods: funcsToItems(t.Methods, "Documentation-typeMethodHeader", t.Name, exmap),
 |
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. |