address
This commit is contained in:
snoop 2017-05-29 19:43:27 +09:00
parent 444c83a371
commit 42afe8ef97
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ import (
"testing"
"net"
"google.golang.org/grpc"
gt "loafle.com/overflow/central_api_gateway/event"
gt "git.loafle.net/overflow/central_api_gateway/event"
"golang.org/x/net/context"
"time"
)

View File

@ -2,7 +2,7 @@ package event
import (
gt "loafle.com/overflow/central_api_gateway/event"
gt "git.loafle.net/overflow/central_api_gateway/event"
"golang.org/x/net/context"
"log"
)