Documentation ¶
Index ¶
Constants ¶
View Source
const ( ConsoleColorPrefixFirst = "\x1b[" ConsoleColorPrefixSecond = ";1m" ConsoleColorSuffix = "\x1b[0m" ConsoleColorYellow = "33" ConsoleColorBrightBlue = "94" ConsoleColorBrightRed = "91" ConsoleColorBlue = "34" ConsoleColorRed = "31" ConsoleColorGreen = "32" )
Variables ¶
This section is empty.
Functions ¶
func PrettyPrintStruct ¶
func PrettyPrintStruct(t interface{})
func PrintColoredln ¶
func PrintColoredln(label string, value interface{})
func ShowJsonFormatOfStruct ¶
func ShowJsonFormatOfStruct(i interface{}) string
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.