|
|
hai 3 semanas | |
|---|---|---|
| cmd | hai 3 semanas | |
| tests | hai 3 semanas | |
| .gitignore | hai 3 semanas | |
| Readme.md | hai 3 semanas | |
| bug.go | hai 3 semanas | |
| bug_test.go | hai 3 semanas | |
| go.mod | hai 3 semanas | |
| go.sum | hai 3 semanas | |
| io.go | hai 3 semanas | |
| io_test.go | hai 3 semanas | |
| tui.go | hai 3 semanas | |
| tui_test.go | hai 3 semanas |
go run cmd/main.go PATH_TO_BUG
bug.go:func (b Bug) New(title string, status Field, tags VariadicField, blockedby VariadicField, path string) (bug Bug, err error) { // TODO Implementcmd/main.go:// TODO implement interface for browse bugs in folderio.go:func WriteBug(bug Bug) (success bool, err error) { return false, nil } // TODO: implementio.go:func DeleteBug(bug Bug) (success bool, err error) { return false, nil } // TODO: implement