We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29b5b04 commit 8264bc9Copy full SHA for 8264bc9
server/network/server.go
@@ -20,7 +20,6 @@ import (
20
"github.com/micro-community/micro/v3/service/proxy"
21
grpcProxy "github.com/micro-community/micro/v3/service/proxy/grpc"
22
mucpProxy "github.com/micro-community/micro/v3/service/proxy/mucp"
23
- "github.com/micro-community/micro/v3/service/registry"
24
"github.com/micro-community/micro/v3/service/router"
25
"github.com/micro-community/micro/v3/service/server"
26
mucpServer "github.com/micro-community/micro/v3/service/server/mucp"
service/server/grpc/extractor_test.go
@@ -21,7 +21,6 @@ import (
"reflect"
"testing"
"github.com/stretchr/testify/assert"
)
27
0 commit comments