This commit is contained in:
Joel Reymont 2015-07-03 16:51:41 +02:00
parent 035761b7bc
commit f96904ede7
2 changed files with 8 additions and 6 deletions

View File

@ -5,16 +5,17 @@ package tail
import ( import (
"bufio" "bufio"
"fmt" "fmt"
"github.com/ActiveState/tail/ratelimiter"
"github.com/ActiveState/tail/util"
"github.com/ActiveState/tail/watch"
"gopkg.in/tomb.v1"
"io" "io"
"io/ioutil" "io/ioutil"
"log" "log"
"os" "os"
"strings" "strings"
"time" "time"
"github.com/ActiveState/tail/ratelimiter"
"github.com/ActiveState/tail/util"
"github.com/ActiveState/tail/watch"
"gopkg.in/tomb.v1"
) )
var ( var (

View File

@ -6,14 +6,15 @@
package tail package tail
import ( import (
"./watch"
_ "fmt" _ "fmt"
"github.com/ActiveState/tail/ratelimiter"
"io/ioutil" "io/ioutil"
"os" "os"
"strings" "strings"
"testing" "testing"
"time" "time"
"./watch"
"github.com/ActiveState/tail/ratelimiter"
) )
func init() { func init() {