package
0.0.0-20241212013832-3e83a38c33ff
Repository: https://github.com/blackhorseya/golang-101.git
Documentation: pkg.go.dev

# Functions

NewTask creates a new task with the given title.

# Structs

StepBacklog is a concrete step for a task backlog.
StepDone is a concrete step for a task done.
StepInProgress is a concrete step for a task in progress.
StepTodo is a concrete step for a task todo.
Task is a struct that represents a task.

# Interfaces

Step is an interface for a task step.