Documentation
¶
Index ¶
- Constants
- func Error(v interface{})
- func Errorf(format string, v ...interface{})
- func Fatal(v interface{})
- func Fatalf(format string, v ...interface{})
- func Info(v interface{})
- func Infof(format string, v ...interface{})
- func Notify(v interface{})
- func Notifyf(format string, v ...interface{})
- func Silentf(format string, v ...interface{})
- func Warn(v interface{})
- func Warnf(format string, v ...interface{})
Constants ¶
View Source
const ( Reset = "\033[0m" Red = "\033[31m" Green = "\033[32m" Yellow = "\033[33m" Blue = "\033[34m" Purple = "\033[35m" Cyan = "\033[36m" Gray = "\033[37m" White = "\033[97m" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.