Documentation ¶
Index ¶
Constants ¶
View Source
const ( ColorGreen = "\033[32;1m" ColorWhite = "\033[37;1m" ColorYellow = "\033[33;1m" ColorRed = "\033[31;1m" ColorBlue = "\033[34;1m" ColorMagenta = "\033[36;1m" ColorCyan = "\033[36;1m" ColorReset = "\033[0m" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Dumper ¶
type Dumper struct {
// contains filtered or unexported fields
}
func NewWithColors ¶ added in v2.1.0
Click to show internal directories.
Click to hide internal directories.