Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LazyReader ¶
type LazyReader struct {
// contains filtered or unexported fields
}
LazyReader is a wrapper for *os.File which opens the file on read. Used for the CLI which has a common method for handling errors. It will also auto close the file once EOF is reached.
func NewLazyReader ¶
func NewLazyReader(filename string) *LazyReader
Click to show internal directories.
Click to hide internal directories.