This commit is contained in:
up9-github
2021-04-20 17:30:03 +03:00
parent 16db15540e
commit 7167923a49
7 changed files with 844 additions and 0 deletions

7
cli/main.go Normal file
View File

@@ -0,0 +1,7 @@
package main
import "github.com/up9inc/mizu/cli/cmd"
func main() {
cmd.Execute()
}