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 (
"bufio"
"fmt"
"github.com/ActiveState/tail/ratelimiter"
"github.com/ActiveState/tail/util"
"github.com/ActiveState/tail/watch"
"gopkg.in/tomb.v1"
"io"
"io/ioutil"
"log"
"os"
"strings"
"time"
"github.com/ActiveState/tail/ratelimiter"
"github.com/ActiveState/tail/util"
"github.com/ActiveState/tail/watch"
"gopkg.in/tomb.v1"
)
var (

View File

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