Documentation ¶ Index ¶ func Get() *bytes.Buffer func New(bs []byte) *bytes.Buffer func NewByte(c byte) *bytes.Buffer func NewRune(r rune) *bytes.Buffer func NewString(s string) *bytes.Buffer func Put(buf *bytes.Buffer) func Release(buf *bytes.Buffer) bool Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Get ¶ func Get() *bytes.Buffer func New ¶ func New(bs []byte) *bytes.Buffer func NewByte ¶ added in v0.3.10 func NewByte(c byte) *bytes.Buffer func NewRune ¶ added in v0.3.10 func NewRune(r rune) *bytes.Buffer func NewString ¶ func NewString(s string) *bytes.Buffer func Put ¶ func Put(buf *bytes.Buffer) func Release ¶ func Release(buf *bytes.Buffer) bool Types ¶ This section is empty. Source Files ¶ View all Source files buffer_pool.go Click to show internal directories. Click to hide internal directories.