Documentation ¶ Index ¶ type Bytes func GetBytes() *Bytes func GetBytesN(n int) *Bytes func (b *Bytes) B() []byte func (b *Bytes) Cap() int func (b *Bytes) Free() func (b *Bytes) Grow(n int) func (b *Bytes) JustFree() func (b *Bytes) Len() int func (b *Bytes) Shrink(n int) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Bytes ¶ type Bytes struct { // contains filtered or unexported fields } func GetBytes ¶ func GetBytes() *Bytes func GetBytesN ¶ func GetBytesN(n int) *Bytes func (*Bytes) B ¶ func (b *Bytes) B() []byte func (*Bytes) Cap ¶ func (b *Bytes) Cap() int func (*Bytes) Free ¶ func (b *Bytes) Free() func (*Bytes) Grow ¶ func (b *Bytes) Grow(n int) func (*Bytes) JustFree ¶ func (b *Bytes) JustFree() func (*Bytes) Len ¶ func (b *Bytes) Len() int func (*Bytes) Shrink ¶ func (b *Bytes) Shrink(n int) Source Files ¶ View all Source files bytespool.go Click to show internal directories. Click to hide internal directories.