From d7a66f8931c227ddb3dff7e8948db0e5f421a1ac Mon Sep 17 00:00:00 2001 From: lifeiyi <736926938@qq.com> Date: Thu, 7 Jan 2021 17:52:50 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96RPC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- network/processor/pbprocessor.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/network/processor/pbprocessor.go b/network/processor/pbprocessor.go index 0371564..45afb28 100644 --- a/network/processor/pbprocessor.go +++ b/network/processor/pbprocessor.go @@ -4,7 +4,7 @@ import ( "encoding/binary" "fmt" "github.com/duanhf2012/origin/network" - "github.com/golang/protobuf/proto" + "github.com/gogo/protobuf/proto" "reflect" )