package
2.2.4+incompatible
Repository: https://github.com/qwiklabs/codelab-tools.git
Documentation: pkg.go.dev
# Functions
nodeBlocks encapsulates all nodes of the same block into a new ListNode with its B field set to true.
Although nodes slice is not modified, its elements are.
No description provided by the author
Parse parses source r into a Codelab using a parser registered with the specified name.
ParseFragment parses a codelab fragment provided in r, using a parser registered with the specified name.
Parsers returns a slice of all registered parser names.
Register registers a new parser f under specified name.
# Interfaces
Parser parses a codelab in specific resource format.
# Type aliases
No description provided by the author