Documentation
¶
Overview ¶
Package scanner implements a scanner with methods to prompt for user input.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Scanner ¶
type Scanner struct {
// contains filtered or unexported fields
}
Scanner represents an active scanner.
func (*Scanner) PromptLine ¶
PromptLine prompts the user for a single line of input.
func (*Scanner) PromptMultiline ¶
PromptMultiline prompts the user for multiline input.
Click to show internal directories.
Click to hide internal directories.