This project was created with the goal of developing skills in the Go programming language. It is a task management system that allows users to create, edit, list, complete, and delete tasks.
- Create a task (with automatically generated ID)
- Edit tasks by ID
- Delete a task by ID
- List registered tasks
- Golang
- structs
- methods
- maps
- slices
- interfaces
- error handling