diff --git a/cmd/main.go b/cmd/vivo/main.go similarity index 99% rename from cmd/main.go rename to cmd/vivo/main.go index 29d9b05..87c4fdc 100644 --- a/cmd/main.go +++ b/cmd/vivo/main.go @@ -3,7 +3,6 @@ package main import ( "flag" "fmt" - "github.com/ByteDream/vivo" "io/ioutil" "log" "net/http" @@ -11,6 +10,8 @@ import ( "os" "path" "runtime" + + "github.com/ByteDream/vivo" ) type Color int