Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FileReader ¶
type FileReader struct {
// contains filtered or unexported fields
}
func NewFileReader ¶
func NewFileReader(path string) (*FileReader, error)
func (*FileReader) Close ¶
func (f *FileReader) Close() error
func (*FileReader) Scan ¶
func (f *FileReader) Scan() *bufio.Scanner
Click to show internal directories.
Click to hide internal directories.