Sem descrição

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

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