address
This commit is contained in:
snoop 2017-05-29 19:45:21 +09:00
parent d5d875da95
commit 87547fd873

View File

@ -2,10 +2,10 @@ package collector_go
import ( import (
"context" "context"
cm "loafle.com/overflow/agent_api/config_manager" cm "git.loafle.net/overflow/agent_api/config_manager"
"loafle.com/overflow/crawler_go/grpc" "git.loafle.net/overflow/crawler_go/grpc"
crm "loafle.com/overflow/crawler_manager_go" crm "git.loafle.net/overflow/crawler_manager_go"
s "loafle.com/overflow/scheduler_go" s "git.loafle.net/overflow/scheduler_go"
"log" "log"
"strconv" "strconv"
"sync" "sync"