Fixes go import

- changed dotted import in tail_test since it was causing suite failure
This commit is contained in:
Nino Khodabandeh 2016-04-07 16:41:16 -07:00
parent 665473a0d8
commit 08067f95ff
1 changed files with 1 additions and 1 deletions

View File

@ -13,8 +13,8 @@ import (
"testing" "testing"
"time" "time"
"./watch"
"github.com/hpcloud/tail/ratelimiter" "github.com/hpcloud/tail/ratelimiter"
"github.com/hpcloud/tail/watch"
) )
func init() { func init() {