Versions in this module Expand all Collapse all v1 v1.0.4 Jul 20, 2023 v1.0.2 Jul 20, 2023 Changes in this version + var Get = _pool.Get + type Buffer struct + func (b *Buffer) AppendBool(v bool) + func (b *Buffer) AppendByte(v byte) + func (b *Buffer) AppendFloat(f float64, bitSize int) + func (b *Buffer) AppendInt(i int64) + func (b *Buffer) AppendString(s string) + func (b *Buffer) AppendTime(t time.Time, layout string) + func (b *Buffer) AppendUint(i uint64) + func (b *Buffer) Bytes() []byte + func (b *Buffer) Cap() int + func (b *Buffer) Free() + func (b *Buffer) Len() int + func (b *Buffer) Reset() + func (b *Buffer) String() string + func (b *Buffer) TrimNewline() + func (b *Buffer) Write(bs []byte) (int, error) + func (b *Buffer) WriteByte(v byte) error + func (b *Buffer) WriteString(s string) (int, error) + type BufferPool struct + func NewBufferPool(size uint) *BufferPool + func (p *BufferPool) Get() *Buffer