This is a simple task manager application written in Go. It allows users to create, update, delete, and list tasks.
- Create a new task
- Update an existing task
- Delete a task
- List all tasks
- Clone the repository:
git clone https://github.com/michaelchristwin/task-manager.git
- Navigate to the project directory:
cd task-manager - Build the application:
go build
Run the application:
./task-manager- Fork the repository
- Create a new branch (
git checkout -b feature-branch) - Commit your changes (
git commit -am 'Add new feature') - Push to the branch (
git push origin feature-branch) - Create a new Pull Request