package main
Import Path
github.com/pancsta/asyncmachine-go/scripts/gen_website (on go.dev)
Dependency Relation
imports 18 packages, and imported by 0 packages
Involved Source Files
script/website/main.go
Package-Level Type Names (only one)
Container ast.Container
// Block level attribute
Container.Attribute.Attrs map[string][]byte
Container.Attribute.Classes [][]byte
Container.Attribute.ID []byte
Container.Children []ast.Node
// Markdown content of the block nodes
// Text contents of the leaf nodes
Container.Parent ast.Node
AsContainer returns itself as *Container
AsLeaf returns nil
GetChildren returns children nodes
GetParent returns parent node
SetChildren sets children node
SetParent sets the parent node
*Details : github.com/gomarkdown/markdown/ast.Node
Package-Level Functions (total 2)
func RenderHook(w io.Writer, node ast.Node, entering bool) (ast.WalkStatus, bool)![]() |
The pages are generated with Golds v0.8.2. (GOOS=linux 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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |