package bufferpool

Import Path
	go.uber.org/zap/internal/bufferpool (on go.dev)

Dependency Relation
	imports one package, and imported by 3 packages

Involved Source Files Package bufferpool houses zap's shared internal buffer pool. Third-party packages can recreate the same functionality with buffers.NewPool.
Package-Level Variables (total 2, in which 1 is exported)
Get retrieves a buffer from the pool, creating one if necessary.