diff --git a/watcher/watcher.go b/watcher/watcher.go index 84413ba..f678b33 100644 --- a/watcher/watcher.go +++ b/watcher/watcher.go @@ -3,7 +3,6 @@ package cli import ( "errors" "fmt" - "github.com/fsnotify/fsnotify" "log" "math/big" "os" @@ -14,6 +13,8 @@ import ( "sync" "syscall" "time" + + "github.com/fsnotify/fsnotify" ) // Watching method is the main core. It manages the livereload and the watching