소스 검색

Readme updates

arianagiroux 1 주 전
부모
커밋
4e953d00cd
1개의 변경된 파일2개의 추가작업 그리고 4개의 파일을 삭제
  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