chore: fix import path.

This commit is contained in:
Bo-Yi Wu 2020-03-10 21:10:18 +08:00
parent d06e4a2337
commit 38f11f0592
1 changed files with 2 additions and 2 deletions

View File

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