Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Buffer ¶
type Buffer struct {
In io.Reader `json:"-"`
Out bytes.Buffer `json:"-"`
Err bytes.Buffer `json:"-"`
}
Buffer is useful for testing.
type IO ¶
type IO struct {
In io.Reader `json:"-"` // standard input
Out io.Writer `json:"-"` // standard output
Err io.Writer `json:"-"` // standard error
}
IO represents the standard input, output, and error stream.
Click to show internal directories.
Click to hide internal directories.