Skip to content

Commit 8264bc9

Browse files
committed
no cache network
1 parent 29b5b04 commit 8264bc9

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

server/network/server.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ import (
2020
"github.com/micro-community/micro/v3/service/proxy"
2121
grpcProxy "github.com/micro-community/micro/v3/service/proxy/grpc"
2222
mucpProxy "github.com/micro-community/micro/v3/service/proxy/mucp"
23-
"github.com/micro-community/micro/v3/service/registry"
2423
"github.com/micro-community/micro/v3/service/router"
2524
"github.com/micro-community/micro/v3/service/server"
2625
mucpServer "github.com/micro-community/micro/v3/service/server/mucp"

service/server/grpc/extractor_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ import (
2121
"reflect"
2222
"testing"
2323

24-
"github.com/micro-community/micro/v3/service/registry"
2524
"github.com/stretchr/testify/assert"
2625
)
2726

0 commit comments

Comments
 (0)