Ver Fonte

Readme updates

arianagiroux há 1 semana atrás
pai
commit
4e953d00cd
1 ficheiros alterados com 2 adições e 4 exclusões
  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