Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type DocContent ¶
type DocContent string
func NewDocContent ¶
func NewDocContent(code string) *DocContent
type DocNode ¶
type DocNode struct { Type DocNodeType Child Doc }
type DocNodeType ¶
type DocNodeType string
const ( DocNodeIndent DocNodeType = "string" DocNodeLineBreak DocNodeType = "linebreak" )
type Formatter ¶
type Formatter struct {
// contains filtered or unexported fields
}
func NewFormatter ¶
Click to show internal directories.
Click to hide internal directories.