Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrReadQ = errors.New("readQ exceeded (read too many bytes without terminating newline)")
)
Functions ¶
This section is empty.
Types ¶
type Reader ¶
type Reader struct {
// contains filtered or unexported fields
}
func NewIRCReader ¶
NewIRCReader Returns a new *Reader with sane buffer size limits.
func (*Reader) Initialize ¶
Initialize "Placement new" for a Reader; initializes it with custom buffer size limits.
Click to show internal directories.
Click to hide internal directories.