Initial Commit
This commit is contained in:
9
cli/cli.go
Normal file
9
cli/cli.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package cli
|
||||
|
||||
type Program struct {
|
||||
debug bool
|
||||
}
|
||||
|
||||
func (p *Program) Initialize() error {
|
||||
return nil
|
||||
}
|
Reference in New Issue
Block a user