Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Processor ¶
type Processor struct { Stderr io.Writer // The writer on which users are prompted. Stdin io.Reader // The reader from which user input is read. IsTTY bool // Whether Stderr is a terminal. Language *language.Tag // The language used in some functions. Log *log.Logger // Optional logger for pertinent information. Verbose bool // Whether to log verbose information. // contains filtered or unexported fields }
func (*Processor) Initialize ¶
func (p *Processor) Initialize()
Click to show internal directories.
Click to hide internal directories.