Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type FileInfo ¶
type FileInfo struct { // Filename of the current input file. Filename string // Line number within the file. (0 based) Line int }
FileInfo contains information about the current line.
type FileInputSeq ¶
Click to show internal directories.
Click to hide internal directories.