# Functions
No description provided by the author
DefaultLines is a split function for a Dict that returns each line of text, stripped of any trailing end-of-line marker.
LoginLineFunc make LoginLine.
NewDict returns a new Dict to read from r.
No description provided by the author
ScanBytes is a split function for a Dict that returns each byte as a token.
ScanRunes is a split function for a Dict that returns each UTF-8-encoded rune as a token.
ScanWords is a split function for a Dict that returns each space-separated word of text, with surrounding spaces deleted.
# Constants
MaxScanTokenSize is the maximum size used to buffer a token unless the user provides an explicit buffer with Dict.Buffer.
# Variables
Errors returned by Dict.
Errors returned by Dict.
ErrFinalToken is a special sentinel error value.
Errors returned by Dict.
Errors returned by Dict.
# Interfaces
Line dict line data.