Versions in this module Expand all Collapse all v1 v1.41.0 Jun 27, 2022 Changes in this version + type FastBuffer struct + func New() *FastBuffer + func (f *FastBuffer) Bytes() []byte + func (f *FastBuffer) Len() int + func (f *FastBuffer) Reset() + func (f *FastBuffer) String() string + func (f *FastBuffer) UnsafeString() string + func (f *FastBuffer) Write(p []byte) (n int, err error) + func (f *FastBuffer) WriteBytes(b []byte) + func (f *FastBuffer) WriteString(s string)