Versions in this module Expand all Collapse all v0 v0.1.22 Jul 26, 2024 Changes in this version + type Buffer struct + func NewBuffer(b []byte) *Buffer + func (buf *Buffer) Bytes() []byte + func (buf *Buffer) Len() int + func (buf *Buffer) String() string + func (buf *Buffer) Write(b []byte) (int, error) + func (buf *Buffer) WriteByte(b byte) error + func (buf *Buffer) WriteString(s string) (int, error)