A simple command-line Todo list app built in Go.
- Add new Todo items with unique IDs
- View all Todo items in the list
- Mark Todo items as completed
- Delete Todo items from the list
- Clone the repository:
git clone https://github.com/your-username/todo-app.git
- Navigate to the project directory:
cd todo-app
- Run the app:
go run main.go todo.go
- Follow the in-app instructions to use the Todo list features.