优化RPC

This commit is contained in:
lifeiyi
2021-01-07 17:52:50 +08:00
parent 1821de058a
commit d7a66f8931

View File

@@ -4,7 +4,7 @@ import (
"encoding/binary"
"fmt"
"github.com/duanhf2012/origin/network"
"github.com/golang/protobuf/proto"
"github.com/gogo/protobuf/proto"
"reflect"
)