Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Red = color.New(color.FgRed) Blue = color.New(color.FgBlue) Yellow = color.New(color.FgYellow) BoldRed = color.New(color.FgRed).Add(color.Bold) BoldBlue = color.New(color.FgBlue).Add(color.Bold) BoldGreen = color.New(color.FgGreen).Add(color.Bold) BoldYellow = color.New(color.FgYellow).Add(color.Bold) )
Functions ¶
func CaclChecksum ¶
func EnableSmartPipe ¶
func EnableSmartPipe()
func IsFilePiped ¶
func PrintFatal ¶
func PrintStatus ¶
func RandomString ¶
func WaitForExitSignal ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.