package
0.0.0-20230411075913-0e71d255c9c8
Repository: https://github.com/cyruslo/library.git
Documentation: pkg.go.dev
# Functions
NewReader returns a new Reader whose buffer has the default size.
NewReaderSize returns a new Reader whose buffer has at least the specified size.
NewWriter returns a new Writer whose buffer has the default size.
NewWriterSize returns a new Writer whose buffer has at least the specified size.
# Variables
ErrBufferFull buffer full.
ErrInvalidUnreadByte invalid use of UnreadByete.
ErrInvalidUnreadRune invalid use of UnreadRune.
ErrNegativeCount negative count.