package
0.0.14
Repository: https://github.com/sechelper/seclib.git
Documentation: pkg.go.dev

# 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.

# Structs

Dict provides a convenient interface for reading data such as a file of newline-delimited lines of text.
LoginLine user login use this Line.

# Interfaces

Line dict line data.

# Type aliases

No description provided by the author
SplitFunc is the signature of the split function used to tokenize the input.