chore: fix import path.
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user