From eaae419939334749887ad2376332ecd829e11726 Mon Sep 17 00:00:00 2001 From: Asim Aslam Date: Mon, 3 Jun 2019 19:07:09 +0100 Subject: [PATCH] strip use of cmd --- grpc.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/grpc.go b/grpc.go index 54197fc..74a2745 100644 --- a/grpc.go +++ b/grpc.go @@ -14,7 +14,6 @@ import ( "time" "github.com/micro/go-micro/broker" - "github.com/micro/go-micro/cmd" "github.com/micro/go-micro/codec" "github.com/micro/go-micro/errors" meta "github.com/micro/go-micro/metadata" @@ -59,8 +58,6 @@ type grpcServer struct { func init() { encoding.RegisterCodec(jsonCodec{}) encoding.RegisterCodec(bytesCodec{}) - - cmd.DefaultServers["grpc"] = NewServer } func newGRPCServer(opts ...server.Option) server.Server {