This commit is contained in:
alessio 2016-08-21 15:38:00 +02:00
parent a5eb8b0251
commit 09873ae083
6 changed files with 43 additions and 43 deletions

View File

@ -3,9 +3,9 @@ package realize
import ( import (
"fmt" "fmt"
"github.com/fatih/color" "github.com/fatih/color"
"log"
"sync" "sync"
"time" "time"
"log"
) )
const ( const (

View File

@ -1,8 +1,8 @@
package realize package realize
import ( import (
"testing"
"reflect" "reflect"
"testing"
) )
func TestInit(t *testing.T) { func TestInit(t *testing.T) {

View File

@ -3,13 +3,13 @@ package realize
import ( import (
"fmt" "fmt"
"github.com/fsnotify/fsnotify" "github.com/fsnotify/fsnotify"
"log"
"math/big"
"os" "os"
"path/filepath" "path/filepath"
"strings" "strings"
"sync" "sync"
"time" "time"
"log"
"math/big"
) )
// The Watcher struct defines the livereload's logic // The Watcher struct defines the livereload's logic