A simple to-do list console application built in Go.
- Install Go (https://golang.org/dl/).
- Clone this repository:
git clone https://github.com/sanaa-ennaji/TodoList-Go. - Navigate to the project folder:
cd TodoList-Go. - Run the application:
go run cmd/root.go.
- Add tasks
- List tasks
- Delete tasks