From 38f11f05928c553b3c86bc4d654c6b3f453d4e6c Mon Sep 17 00:00:00 2001 From: Bo-Yi Wu Date: Tue, 10 Mar 2020 21:10:18 +0800 Subject: [PATCH] chore: fix import path. --- rpc/server_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rpc/server_test.go b/rpc/server_test.go index aae9c00..173637b 100644 --- a/rpc/server_test.go +++ b/rpc/server_test.go @@ -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"