no more logger

This commit is contained in:
Bel LaPointe
2019-05-02 09:35:45 -06:00
parent 1c3823b04e
commit e34c50184f
5 changed files with 160 additions and 1 deletions

7
cli/cli.go Normal file
View File

@@ -0,0 +1,7 @@
package cli
import "errors"
func Parse() error {
return errors.New("not impl")
}