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"
//"loafle.com/overflow/agent_api/observer/messages"
pb "loafle.com/overflow/crawler_go/grpc"
q "loafle.com/overflow/queue_go"
"log"
"reflect"

View File

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