package
0.0.0-20241212132234-0076f9e1ccd7
Repository: https://github.com/basecomplextech/baselibrary.git
Documentation: pkg.go.dev

# Functions

New buffer returns a new buffer of a default size.
New returns a new buffer and initializes it with a byte slice.
NewSize returns a new buffer with an initial capacity.

# Constants

No description provided by the author

# Interfaces

Buffer is a general purpose byte buffer interface.
Writer specifies additional methods for writing to a buffer.