Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Debug ¶
type Debug struct { // Line represents the line of the node Line int `yaml:"line"` // Column represents the column of the node Column int `yaml:"column"` // ColumnEnd represents the end index ColumnEnd int `yaml:"column_end"` // File represents the file of the node File string `yaml:"file"` // Near represents the code near the node Near string `yaml:"-"` }
type DebugErr ¶
type DebugErr struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.