mirror of
https://github.com/pyihe/go-pkg.git
synced 2025-10-06 00:16:53 +08:00
fix
This commit is contained in:
@@ -9,7 +9,7 @@ import (
|
||||
type ByteBuffer = bytebufferpool.ByteBuffer
|
||||
|
||||
var (
|
||||
Get = bytebufferpool.Get()
|
||||
Get = bytebufferpool.Get
|
||||
Put = func(b *ByteBuffer) {
|
||||
if b != nil {
|
||||
bytebufferpool.Put(b)
|
||||
|
Reference in New Issue
Block a user