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 (
"fmt"
"github.com/fatih/color"
"log"
"sync"
"time"
"log"
)
const (

View File

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

View File

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