package
0.0.0-20180514191220-10f03cb11d87
Repository: https://github.com/sfeir/golang-200.git
Documentation: pkg.go.dev

# Functions

NewTask sets a new ID of the Task as a string.

# Constants

PriorityHigh is used for task with high priority.
PriorityMedium is used for task with medium priority.
PriorityMinor is used for task with a lower priority.
StatusDone is used for completed tasks.
StatusInProgress is used for tasks in progress.
StatusTodo is used for incomplete tasks.

# Structs

Task is the structure to define a task to be done.

# Type aliases

TaskPriority is the priority of a task.
TaskStatus is the current processing status of a task.