Versions in this module Expand all Collapse all v1 v1.0.1 Oct 28, 2020 v1.0.0 Oct 26, 2020 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)