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" "google.golang.org/grpc"
"log" "log"
g "loafle.com/overflow/crawler_go/grpc" g "git.loafle.net/overflow/crawler_go/grpc"
"context" "context"
"loafle.com/overflow/agent_api/config_manager" "git.loafle.net/overflow/agent_api/config_manager"
"encoding/json" "encoding/json"
) )

View File

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

View File

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

View File

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