breaktime/cli/cli.go

10 lines
103 B
Go

package cli
type Program struct {
debug bool
}
func (p *Program) Initialize() error {
return nil
}