address
This commit is contained in:
snoop 2017-05-29 20:39:56 +09:00
parent ef5ecee286
commit 8a85b63562
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ package proxy
import ( import (
"encoding/json" "encoding/json"
"loafle.com/overflow/encryption_go" "git.loafle.net/overflow/encryption_go"
"log" "log"
) )

View File

@ -2,7 +2,7 @@ package proxy
import ( import (
"log" "log"
pb "loafle.com/overflow/overflow_api_db/build/golang" pb "git.loafle.net/overflow/overflow_api_db/build/golang"
"google.golang.org/grpc" "google.golang.org/grpc"
"golang.org/x/net/context" "golang.org/x/net/context"
) )