Merge branch 'master' into dev

This commit is contained in:
Alessio Pracchia 2016-12-19 00:35:56 +01:00 committed by GitHub
commit 369b580251
1 changed files with 2 additions and 1 deletions

View File

@ -3,7 +3,6 @@ package cli
import ( import (
"errors" "errors"
"fmt" "fmt"
"github.com/fsnotify/fsnotify"
"log" "log"
"math/big" "math/big"
"os" "os"
@ -14,6 +13,8 @@ import (
"sync" "sync"
"syscall" "syscall"
"time" "time"
"github.com/fsnotify/fsnotify"
) )
// Watching method is the main core. It manages the livereload and the watching // Watching method is the main core. It manages the livereload and the watching