package
0.1.4
Repository: https://github.com/mixer904/minio-pkg.git
Documentation: pkg.go.dev

# Functions

Lock console.
NewTable - create a new Table instance.
ProgramName - return the name of the executable program.
RewindLines - uses terminal escape symbols to clear and rewind upwards on the console for `n` lines.
SetColor sets a color for a particular tag.
SetColorOff disables coloring for the entire session.
SetColorOn enables coloring for the entire session.
Unlock locked console.

# Variables

Colorize prints message in a colorized form, dictated by the corresponding tag argument.
Debug prints a debug message without a new line Debug prints a debug message.
Debugf prints a debug message with a new line.
Debugln prints a debug message with a new line.
Eraseline Print in new line and adjust to top so that we don't print over the ongoing progress bar.
Error prints a error message.
Errorf print a error message with a format specified.
Errorln prints a error message with a new line.
Fatal print a error message and exit.
Fatalf print a error message with a format specified and exit.
Fatalln print a error message with a new line and exit.
Info prints a informational message.
Infof prints a informational message in custom format.
Infoln prints a informational message with a new line.
Print prints a message.
PrintC prints a message with color.
Printf prints a formatted message.
Println prints a message with a newline.

# Structs

Table - data to print in table format with fixed row widths.