This commit is contained in:
laodaming 2023-07-26 17:09:04 +08:00
parent d5ff15849d
commit 3c5b0d7e42

View File

@ -34,6 +34,7 @@ func NewDataTransferLogic(ctx context.Context, svcCtx *svc.ServiceContext) *Data
}
var (
//临时缓存对象池
buffPool = sync.Pool{
New: func() interface{} {
return bytes.Buffer{}