package
0.0.0-20200424072721-89edfd8bb689
Repository: https://github.com/robjporter/go-library.git
Documentation: pkg.go.dev

# Functions

NewTableWriter will initialize the table writer to format data.
NewTableWriterWithWriter will initialize the table writer with given writer to format data.

# Constants

AlignCenter will align given text to center of space available.
AlignLeft will align given text to left.
AlignRight will align given text to right.

# Structs

TableWriter will write the given row data in form of a pretty table.

# Type aliases

AlignType is type of alignment to use for when logging.