From e39bbcc99993e92c738a7cd507e8801b026258bc Mon Sep 17 00:00:00 2001 From: pantianying <601666418@qq.com> Date: Mon, 6 Jan 2020 17:41:30 +0800 Subject: [PATCH] modify the format of the incoming package --- protocol/jsonrpc/jsonrpc_protocol.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protocol/jsonrpc/jsonrpc_protocol.go b/protocol/jsonrpc/jsonrpc_protocol.go index 2be7e7396..96b36eed3 100644 --- a/protocol/jsonrpc/jsonrpc_protocol.go +++ b/protocol/jsonrpc/jsonrpc_protocol.go @@ -18,7 +18,6 @@ package jsonrpc import ( - "github.com/apache/dubbo-go/common/constant" "strings" "sync" "time" @@ -26,6 +25,7 @@ import ( import ( "github.com/apache/dubbo-go/common" + "github.com/apache/dubbo-go/common/constant" "github.com/apache/dubbo-go/common/extension" "github.com/apache/dubbo-go/common/logger" "github.com/apache/dubbo-go/config" -- GitLab