fix
This commit is contained in:
parent
d5ff15849d
commit
3c5b0d7e42
|
@ -34,6 +34,7 @@ func NewDataTransferLogic(ctx context.Context, svcCtx *svc.ServiceContext) *Data
|
||||||
}
|
}
|
||||||
|
|
||||||
var (
|
var (
|
||||||
|
//临时缓存对象池
|
||||||
buffPool = sync.Pool{
|
buffPool = sync.Pool{
|
||||||
New: func() interface{} {
|
New: func() interface{} {
|
||||||
return bytes.Buffer{}
|
return bytes.Buffer{}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user