buggo - a queer little tui for the poor mans bug tracker spec
TODO
bug.go:func (b Bug) New(title string, status Field, tags VariadicField, blockedby VariadicField, path string) (bug Bug, err error) { // TODO Implement
cmd/main.go:// TODO implement interface for browse bugs in folder
io.go:func WriteBug(bug Bug) (success bool, err error) { return false, nil } // TODO: implement
io.go:func DeleteBug(bug Bug) (success bool, err error) { return false, nil } // TODO: implement