chore: fix import path.
This commit is contained in:
parent
d06e4a2337
commit
38f11f0592
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue