Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type TabWriter ¶
type TabWriter struct {
// contains filtered or unexported fields
}
TabWriter wraps tab writer headers logic.
func NewTabWriter ¶
NewTabWriter creates a new tab writer.
func (*TabWriter) Flush ¶
func (w *TabWriter) Flush()
Flush should be called after the last call to Write to ensure that any data buffered in the Writer is written to output. Any incomplete escape sequence at the end is considered complete for formatting purposes.
func (*TabWriter) HideHeaders ¶
HideHeaders will set the hideHeaders flag.
func (*TabWriter) WriteHeaders ¶
WriteHeaders will write headers.
Click to show internal directories.
Click to hide internal directories.