Keine Beschreibung

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

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