Skip to content

Commit

Permalink
Merge branch 'master' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Alessio Pracchia authored Dec 18, 2016
2 parents 09a581c + ca6057c commit 369b580
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion watcher/watcher.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ package cli
import (
"errors"
"fmt"
"github.com/fsnotify/fsnotify"
"log"
"math/big"
"os"
Expand All @@ -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
Expand Down

0 comments on commit 369b580

Please sign in to comment.