Parcourir la source

Readme updates

arianagiroux il y a 1 semaine
Parent
commit
4e953d00cd
1 fichiers modifiés avec 2 ajouts et 4 suppressions
  1. 2 4
      Readme.md

+ 2 - 4
Readme.md

@@ -80,14 +80,12 @@ issues PATH
 
 - `io.go:func readPath(path string) (output string, err error) { // TODO DEPRECATE`
 - `io.go:// TODO(InvokeEditor) implement a channel & goroutine based concurrency lifecycle`
-- `io.go:func DeleteIssue(issue Issue) (success bool, err error) { return false, nil } // TODO: implement`
 - `tui.go:// TODO enable collection recursing (i.e, embedded collections)`
 
 ### v0.1 Roadmap
 
-- [ ] finalize style
-- [ ] set default project colours
-- [ ] CRUD life cycle
+- [x] finalize style
+- [x] CRUD life cycle
 - [ ] Source documentation update
 
 ## See also