Versions in this module Expand all Collapse all v2 v2.13.1 Oct 8, 2023 Changes in this version + type Pool struct + func New(minSize, maxSize int, factor float64, makeFunc func(int) interface{}) *Pool + func (p *Pool) Get(sz int) interface{} + func (p *Pool) Put(s interface{}) Other modules containing this package github.com/zpascal/prometheus