xtabwriter

package
v1.12.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 27, 2020 License: GPL-3.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewWriter

func NewWriter() *tabwriter.Writer

NewWriter chooses reasonable defaults for a human readable output of tabular data.

func StructFieldNames

func StructFieldNames(data interface{}) string

StructFieldNames tab delimits the field names of a given struct.

Tag a field `tab:"-"` to hide it from output.

func StructValues

func StructValues(data interface{}) string

StructValues tab delimits the values of a given struct.

Tag a field `tab:"-"` to hide it from output.

func WriteTable

func WriteTable(length int, each func(i int) interface{}) error

WriteTable writes the given list elements to stdout in a human readable tabular format. Headers abide by the `tab` struct tag.

`tab:"-"` omits the field and no tag defaults to the Go identifier.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL