type Buffer struct {
// contains filtered or unexported fields
}
Buffer implements a subset of the write portion of
bytes.Buffer, but more efficiently. This is meant to
be used in very high QPS operations, especially for
WriteByte, and without abstracting it as a Writer.
Function signatures contain errors for compatibility,
but they do not return errors.