Readme.md 501 B

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