Documentation
¶
Overview ¶
https://github.com/uber-go/zap/blob/7b21229fb3f063275f4f169f8a79ad30aa001c51/internal/bufferpool/bufferpool.go 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.