Skip to content

Commit

Permalink
refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
kevwan committed Jul 29, 2020
1 parent 43be7b1 commit 2c3e940
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions rpcx/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ import (
"log"
"time"

"google.golang.org/grpc"

"zero/core/discov"
"zero/rpcx/internal"
"zero/rpcx/internal/auth"

"google.golang.org/grpc"
)

type RpcClient struct {
Expand Down
4 changes: 2 additions & 2 deletions rpcx/proxy.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ import (
"context"
"sync"

"google.golang.org/grpc"

"zero/core/syncx"
"zero/rpcx/internal"
"zero/rpcx/internal/auth"

"google.golang.org/grpc"
)

type RpcProxy struct {
Expand Down

0 comments on commit 2c3e940

Please sign in to comment.