|
|
2 týždňov pred | |
|---|---|---|
| cmd | 2 týždňov pred | |
| issues | 2 týždňov pred | |
| tests | 2 týždňov pred | |
| .gitignore | 2 týždňov pred | |
| LICENSE | 3 týždňov pred | |
| Readme.md | 2 týždňov pred | |
| go.mod | 2 týždňov pred | |
| go.sum | 2 týždňov pred | |
| io.go | 2 týždňov pred | |
| io_test.go | 2 týždňov pred | |
| issue.go | 3 týždňov pred | |
| issue_test.go | 3 týždňov pred | |
| tui.go | 2 týždňov pred | |
| tui_test.go | 2 týždňov pred |
issues PATH
go install cmd/issues.go
cmd/issues.go:// TODO implement edit/delete functionsio.go:func readPath(path string) (output string, err error) { // TODO DEPRECATEio.go:func DeleteIssue(issue Issue) (success bool, err error) { return false, nil } // TODO: implementtui.go:// TODO enable collection recursing (i.e, embedded collections)tui.go:// TODO enable scroll/viewport logictui.go:// TODO(create widget) implement description field in create.createFor versions moving from v0.0.4, see the LICENSE file. All revisions previous
to version and revision v0.0.4 are subject to the MIT license.