package
0.2.0
Repository: https://github.com/gofrontier-com/go-utils.git
Documentation: pkg.go.dev

# Variables

Println prints a formatted string in the default colour.
PrintlnfError is used to print error messages as formatted strings and indicate a fatal problem.
PrintlnfInfo is used to print a formatted string as standard output always visible to the user.
PrintlnfLog is used to print a formatted string as a log message for debugging.
PrintlnfWarn is used to print a formatted string as a warning messages and are highlighted in yellow.
Println prints in the default colour.
PrintlnError is used to print errors in red and indicate a fatal problem.
Printlnf prints a formatted string in the default colour.
PrintlnfError is used to print error messages as formatted strings and indicate a fatal problem.
PrintlnfInfo is used to print a formatted string as standard output always visible to the user.
PrintlnfLog is used to print a formatted string as a log message for debugging.
PrintlnfWarn is used to print a formatted string as a warning messages and are highlighted in yellow.
PrintlnInfo is used to print standard output always visible to the user.
PrintlnLog is used to print log messages for debugging.
PrintlnWarn is used to print warning messages and are highlighted in yellow.