Documentation ¶
Index ¶
- Variables
- func Color(colorString string) func(...interface{}) string
- func Debug(context string, data interface{})
- func Error(context string, data interface{})
- func Info(context string, data interface{})
- func Log(context string, data interface{}, color func(...interface{}) string, ...)
- func Print(context string)
- func Warn(context string, data interface{})
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Black = Color("\033[30m%s\033[0m") Red = Color("\033[31m%s\033[0m") Green = Color("\033[32m%s\033[0m") Yellow = Color("\033[33m%s\033[0m") Purple = Color("\033[34m%s\033[0m") Magenta = Color("\033[35m%s\033[0m") Teal = Color("\033[36m%s\033[0m") White = Color("\033[37m%s\033[0m") )
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.