Documentation
¶
Index ¶
Constants ¶
View Source
const DEFAULT_OUTPUT_FILE_NAME string = "todos.md"
TODO: Create a config file and have these constants placed there
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Parser ¶
type Parser struct { Input chan ToDo Output chan string OutputFile *os.File Context context.Context Cancel context.CancelFunc WaitGroup sync.WaitGroup Config configuration.ConfigOptions }
Click to show internal directories.
Click to hide internal directories.