We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc50ff9 commit 4c04039Copy full SHA for 4c04039
bytebuffer.go
@@ -9,7 +9,7 @@ import (
9
// Recycle byte buffers via AcquireByteBuffer and ReleaseByteBuffer
10
// in order to reduce memory allocations.
11
//
12
-// ByteBuffer is deprecated. Use github.com/valyala/bytebufferpool instead.
+// Deprecated: use github.com/valyala/bytebufferpool instead.
13
type ByteBuffer bytebufferpool.ByteBuffer
14
15
// Write implements io.Writer.
0 commit comments