Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Writer ¶
type Writer struct {
// contains filtered or unexported fields
}
Writer is used to write text to a terminal using the terminal's pager (less). It implements the WriteCloser interface and should be closed when writing is finished.
func NewWriter ¶
NewWriter returns a new pager.Writer to be used to write paged text to the terminal
Click to show internal directories.
Click to hide internal directories.