address
This commit is contained in:
snoop 2017-05-29 20:07:08 +09:00
parent 53e060f189
commit 81ce35760e
2 changed files with 5 additions and 5 deletions

View File

@ -3,10 +3,10 @@ package data_sender_go
import ( import (
"encoding/json" "encoding/json"
"io/ioutil" "io/ioutil"
cm "loafle.com/overflow/agent_api/config_manager" cm "git.loafle.net/overflow/agent_api/config_manager"
"loafle.com/overflow/agent_api/messages" "git.loafle.net/overflow/agent_api/messages"
pb "loafle.com/overflow/crawler_go/grpc" pb "git.loafle.net/overflow/crawler_go/grpc"
q "loafle.com/overflow/queue_go" q "git.loafle.net/overflow/queue_go"
"log" "log"
"os" "os"
"sync" "sync"

View File

@ -1,7 +1,7 @@
package data_sender_go package data_sender_go
import ( import (
"loafle.com/overflow/agent_api/observer" "git.loafle.net/overflow/agent_api/observer"
"strconv" "strconv"
"testing" "testing"
"time" "time"