Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FileReader ¶
type FileReader struct {
// The file names
Files []string
}
Defines a file reader
func (FileReader) Read ¶
func (reader FileReader) Read(out chan<- *domain.Line)
Reads the file and sends each line to the given channel
Click to show internal directories.
Click to hide internal directories.