Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( EOF = errors.New("end of file") ErrUnsupportedFeatureSubCmd = errors.New("unsupported feature: sub command") ErrUnsupportedFeatureMultiCmds = errors.New("unsupported feature: multi commands") ErrInvalidEscapeChar = errors.New("invalid escape char") ErrIncompleteStringExpectQuot = errors.New("incomplete string, expect \"") ErrIncompleteStringExpectSquot = errors.New("incomplete string, expect '") ErrIncompleteStringExpectBacktick = errors.New("incomplete string, expect ` or |") )
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.