package
Version:
v0.0.2
Opens a new window with list of versions in this module.
Published: May 4, 2026
License: Apache-2.0
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
buffer
复用 bytes.Buffer,降低频繁临时 buffer 分配。
基础用法
buf := bufferpkg.GetBuffer()
defer bufferpkg.PutBuffer(buf)
buf.WriteString("hello")
注意事项
归还后不要继续读写该 buffer;跨 goroutine 使用时由调用方保证生命周期。PutBuffer(nil) 会直接返回。
验证
go test ./buffer
Documentation
¶
Source Files
¶
Click to show internal directories.
Click to hide internal directories.