Documentation
¶
Overview ¶
Package tabwriter provides a tabular-data writer.
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 like tabwriter.Writer in the stdlib except that it's suitable for large numbers of items because it periodically flushes its contents and reprints a header when it does.
Click to show internal directories.
Click to hide internal directories.