package
1.0.0
Repository: https://github.com/oussamam1/task.git
Documentation: pkg.go.dev

# Functions

EditTask func - edits a task and parse the list of tasks updated.
GenerateNewID func - responsible for generating a unique ID for each new task added.
LogInfo func - logs info message if logging is enabled.
LogWarn func - logs Warning message if logging is enabled.
OpenFile func - Opens the todos file.
OverwriteFile func - Empty file content.
PrintTasks func - Prints the current tasks in form of table.
ReadData func - responsible for reading data in yaml format.
ReadFile func - Reads the content of todos file.
WriteData func - responsible for parsing data in yaml format.
WriteFile func - Write the todos file.