Documentation ¶
Overview ¶
Package bufferpool houses zap's shared internal buffer pool. Third-party packages can recreate the same functionality with buffers.NewPool.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
// Get retrieves a buffer from the pool, creating one if necessary.
Get = _pool.Get
)
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.