Documentation ¶
Index ¶
- Variables
- func Colorable(w io.Writer) bool
- func Debug(title, content string, args ...interface{})
- func Error(title, content string, args ...interface{})
- func Info(title, content string, args ...interface{})
- func Render(title, content, typ string, args ...interface{})
- func Success(title, content string, args ...interface{})
- func Table(title, data interface{}, width ...int)
- func Warn(title, content string, args ...interface{})
Constants ¶
This section is empty.
Variables ¶
View Source
var Emojis = map[string]string{
`info`: `🔔`,
`success`: `✅`,
`error`: `❌`,
`warn`: `💡`,
`debug`: `🐞`,
}
View Source
var StdoutColorable = Colorable(os.Stdout)
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.