Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type In ¶
type In struct {
// contains filtered or unexported fields
}
In is an input stream to read user input. It implements io.ReadCloser.
func (*In) IsTerminal ¶
IsTerminal returns true if this stream is connected to a terminal.
type Out ¶
type Out struct {
// contains filtered or unexported fields
}
Out is an output stream to write normal program output. It implements an io.WriteCloser.
func (*Out) IsTerminal ¶
IsTerminal returns true if this stream is connected to a terminal.
Click to show internal directories.
Click to hide internal directories.