package
This commit is contained in:
snoop 2017-05-23 11:17:31 +09:00
parent fa0453c6bb
commit 1de45f256a
2 changed files with 5 additions and 0 deletions

View File

@ -5,6 +5,7 @@ import (
"google.golang.org/grpc" "google.golang.org/grpc"
//"loafle.com/overflow/agent_api/observer/messages" //"loafle.com/overflow/agent_api/observer/messages"
pb "loafle.com/overflow/crawler_go/grpc" pb "loafle.com/overflow/crawler_go/grpc"
q "loafle.com/overflow/queue_go" q "loafle.com/overflow/queue_go"
"log" "log"
"reflect" "reflect"

View File

@ -7,6 +7,8 @@ import (
"strconv" "strconv"
"testing" "testing"
"time" "time"
) )
func TestEventSender_Start(t *testing.T) { func TestEventSender_Start(t *testing.T) {
@ -48,3 +50,5 @@ func testNotify() {
} }
log.Println("New data Notify") log.Println("New data Notify")
} }