説明なし

arianagiroux 370db29d64 Outlined some roadmap items in documentation 3 週間 前
cmd 370db29d64 Outlined some roadmap items in documentation 3 週間 前
tests 00040db42c Added io func to load bug from disk, unittests 3 週間 前
.gitignore ed71b08993 Initial commit 3 週間 前
Readme.md 370db29d64 Outlined some roadmap items in documentation 3 週間 前
bug.go 370db29d64 Outlined some roadmap items in documentation 3 週間 前
bug_test.go 00040db42c Added io func to load bug from disk, unittests 3 週間 前
go.mod 71828c58d5 Implemented Bug.View and bug.go tests 3 週間 前
go.sum 71828c58d5 Implemented Bug.View and bug.go tests 3 週間 前
io.go 370db29d64 Outlined some roadmap items in documentation 3 週間 前
io_test.go 00040db42c Added io func to load bug from disk, unittests 3 週間 前
tui.go 370db29d64 Outlined some roadmap items in documentation 3 週間 前
tui_test.go 370db29d64 Outlined some roadmap items in documentation 3 週間 前

Readme.md

buggo - a go utility for the poor mans bug tracker framework

TODO

  • bug.go:func (b *Bug) parseHumanToMachine() string { return "" } // TODO: implement!
  • bug.go:func (b *Bug) parseMachineToHuman() string { return "" } // TODO: implement!
  • cmd/main.go:// TODO implement cli argv defs
  • io.go:func (b Bug) WriteBug() (success bool, err error) { return false, nil } // TODO: implement
  • io.go:func (b Bug) DeleteBug() (success bool, err error) { return false, nil } // TODO: implement