Documentation ¶ Index ¶ type Writer func NewWriter(output io.Writer, minwidth, tabwidth, padding int, padchar byte, flags uint) *Writer func (writer *Writer) CompareKeys(keys ...string) bool func (writer *Writer) PrintKeyValue(keysAndValues ...interface{}) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Writer ¶ type Writer struct { tabwriter.Writer // contains filtered or unexported fields } func NewWriter ¶ func NewWriter(output io.Writer, minwidth, tabwidth, padding int, padchar byte, flags uint) *Writer func (*Writer) CompareKeys ¶ func (writer *Writer) CompareKeys(keys ...string) bool func (*Writer) PrintKeyValue ¶ func (writer *Writer) PrintKeyValue(keysAndValues ...interface{}) Source Files ¶ View all Source files tabwriters.go Click to show internal directories. Click to hide internal directories.