From 69f164ca76b8459e1e891e9c835cb1957aff9ae4 Mon Sep 17 00:00:00 2001 From: alessio Date: Fri, 21 Oct 2016 17:31:12 +0200 Subject: [PATCH] cli changed in watcher --- app/main.go | 2 +- server/main.go | 2 +- {cli => watcher}/cmd.go | 0 {cli => watcher}/exec.go | 0 {cli => watcher}/main.go | 0 {cli => watcher}/utils.go | 0 {cli => watcher}/watcher.go | 0 7 files changed, 2 insertions(+), 2 deletions(-) rename {cli => watcher}/cmd.go (100%) rename {cli => watcher}/exec.go (100%) rename {cli => watcher}/main.go (100%) rename {cli => watcher}/utils.go (100%) rename {cli => watcher}/watcher.go (100%) diff --git a/app/main.go b/app/main.go index fff8e75..397fe9b 100644 --- a/app/main.go +++ b/app/main.go @@ -2,7 +2,7 @@ package app import ( "fmt" - w "github.com/tockins/realize/cli" + w "github.com/tockins/realize/watcher" c "github.com/tockins/realize/config" s "github.com/tockins/realize/server" "gopkg.in/urfave/cli.v2" diff --git a/server/main.go b/server/main.go index af6ca6a..e9db68c 100644 --- a/server/main.go +++ b/server/main.go @@ -5,7 +5,7 @@ import ( "github.com/labstack/echo" "github.com/labstack/echo/engine/standard" "github.com/labstack/echo/middleware" - c "github.com/tockins/realize/cli" + c "github.com/tockins/realize/watcher" "golang.org/x/net/websocket" "log" "net/http" diff --git a/cli/cmd.go b/watcher/cmd.go similarity index 100% rename from cli/cmd.go rename to watcher/cmd.go diff --git a/cli/exec.go b/watcher/exec.go similarity index 100% rename from cli/exec.go rename to watcher/exec.go diff --git a/cli/main.go b/watcher/main.go similarity index 100% rename from cli/main.go rename to watcher/main.go diff --git a/cli/utils.go b/watcher/utils.go similarity index 100% rename from cli/utils.go rename to watcher/utils.go diff --git a/cli/watcher.go b/watcher/watcher.go similarity index 100% rename from cli/watcher.go rename to watcher/watcher.go