Fixes go import
- changed dotted import in tail_test since it was causing suite failure
This commit is contained in:
parent
665473a0d8
commit
08067f95ff
|
@ -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() {
|
||||||
|
|
Loading…
Reference in New Issue