chore: fix import path.

This commit is contained in:
Bo-Yi Wu
2020-03-10 21:10:18 +08:00
parent d06e4a2337
commit 38f11f0592

View File

@@ -4,10 +4,10 @@ import (
"context"
"testing"
"github.com/appleboy/gorush/gorush"
"google.golang.org/grpc"
"google.golang.org/grpc/connectivity"
"github.com/appleboy/gorush/gorush"
)
const gRPCAddr = "localhost:9000"