替换gogoprotobuf为google标准库

This commit is contained in:
duanhf2012
2023-08-21 15:44:55 +08:00
parent fa6039e2cb
commit 582a0faa6f
13 changed files with 2447 additions and 8610 deletions

View File

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