Update Makefile, README.md, and 4 more files...

This commit is contained in:
up9-github
2021-04-27 20:01:06 +03:00
parent d800a473c9
commit 206564db9b
4 changed files with 15 additions and 16 deletions

7
cli/mizu.go Normal file
View File

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