address
This commit is contained in:
snoop 2017-05-29 20:06:34 +09:00
parent e1c9f5de64
commit 1b46b28590
4 changed files with 9 additions and 9 deletions

View File

@ -4,12 +4,12 @@ import (
"google.golang.org/grpc"
"log"
g "loafle.com/overflow/crawler_go/grpc"
g "git.loafle.net/overflow/crawler_go/grpc"
"context"
"loafle.com/overflow/agent_api/config_manager"
"git.loafle.net/overflow/agent_api/config_manager"
"encoding/json"
)

View File

@ -1,7 +1,7 @@
package crawler_manager
import (
//"loafle.com/overflow/crawler_go/config"
//"git.loafle.net/overflow/crawler_go/config"
//"encoding/json"
"io/ioutil"
"google.golang.org/grpc"
@ -14,7 +14,7 @@ import (
"errors"
"loafle.com/overflow/agent_api/config_manager"
"git.loafle.net/overflow/agent_api/config_manager"
)
const (

View File

@ -1,12 +1,12 @@
package crawler_manager
import (
//ooo "loafle.com/overflow/agent_api/observer"
//"loafle.com/overflow/agent_api/config_manager"
//"loafle.com/overflow/agent_api/messages"
//ooo "git.loafle.net/overflow/agent_api/observer"
//"git.loafle.net/overflow/agent_api/config_manager"
//"git.loafle.net/overflow/agent_api/messages"
//
//"fmt"
"loafle.com/overflow/agent_api/config_manager"
"git.loafle.net/overflow/agent_api/config_manager"
)

View File

@ -12,7 +12,7 @@ import (
"strings"
"io/ioutil"
"loafle.com/overflow/agent_api/config_manager"
"git.loafle.net/overflow/agent_api/config_manager"
"encoding/json"
"fmt"