Skip to content

Commit

Permalink
docs(go) update roadmap
Browse files Browse the repository at this point in the history
  • Loading branch information
milanmlft committed Oct 25, 2024
1 parent 04d3f3f commit cbc8381
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion todo-go/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ A Todo list manager written in Go.
- [x] Add basic CLI commands to initialise and add todos
- [x] Add `list` command to print current todos
- [x] Add `done` command to mark todos as done
- [ ] Add flag to `list` to filter on "done/not-done" todos
- [x] Add flag to `list` to filter on "done/not-done" todos
- [x] Add optional flag to `add` to set priority of new todo
- [x] Add `remove` command to remove a todo
- [ ] Use an `enum` for priorities with labels `"low", "medium", "high"` and use these in printing
Expand Down

0 comments on commit cbc8381

Please sign in to comment.