From bdc14662708059d5170b716c79fc904140b5720d Mon Sep 17 00:00:00 2001 From: snoop Date: Mon, 29 May 2017 19:43:58 +0900 Subject: [PATCH] fixed address --- initialize/rpc_impl.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/initialize/rpc_impl.go b/initialize/rpc_impl.go index 1b7c558..afbe0fe 100644 --- a/initialize/rpc_impl.go +++ b/initialize/rpc_impl.go @@ -1,7 +1,7 @@ package initialize import ( - pb "loafle.com/overflow/central_api_gateway/initialize" + pb "git.loafle.net/overflow/central_api_gateway/initialize" "context" )