Versions in this module Expand all Collapse all v0 v0.0.3 Sep 14, 2021 v0.0.2 Sep 14, 2021 Changes in this version + 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 Pool struct + func NewPool() Pool + func (p Pool) Get() *Buffer