func go.uber.org/zap/internal/pool.New
8 uses
go.uber.org/zap/internal/pool (current package)
pool.go#L40: func New[T any](fn func() T) *Pool[T] {
go.uber.org/zap/internal/stacktrace
stack.go#L33: var _stackPool = pool.New(func() *Stack {
go.uber.org/zap
error.go#L28: var _errArrayElemPool = pool.New(func() *errArrayElem {
go.uber.org/zap/buffer
pool.go#L35: p: pool.New(func() *Buffer {
go.uber.org/zap/zapcore
console_encoder.go#L31: var _sliceEncoderPool = pool.New(func() *sliceArrayEncoder {
entry.go#L35: var _cePool = pool.New(func() *CheckedEntry {
error.go#L110: var _errArrayElemPool = pool.New(func() *errArrayElem {
json_encoder.go#L37: var _jsonPool = pool.New(func() *jsonEncoder {
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |