Documentation ¶ Index ¶ Variables func Blue(s string) func Bluef(format string, a ...interface{}) func Error(s string) func Errorf(format string, a ...interface{}) func Fatal(s string) func Fatalf(format string, a ...interface{}) func Info(s string) func Infof(format string, a ...interface{}) func MissingAPIKey() Constants ¶ This section is empty. Variables ¶ View Source var BlueStyle = lipgloss.NewStyle(). Foreground(lipgloss.Color("12")). Bold(true) View Source var Bold = lipgloss.NewStyle(). Foreground(lipgloss.Color("#FFFFFF")). Bold(true) View Source var RedStyle = lipgloss.NewStyle(). Bold(true). Foreground(lipgloss.Color("9")) Functions ¶ func Blue ¶ func Blue(s string) func Bluef ¶ func Bluef(format string, a ...interface{}) func Error ¶ func Error(s string) func Errorf ¶ func Errorf(format string, a ...interface{}) func Fatal ¶ func Fatal(s string) func Fatalf ¶ func Fatalf(format string, a ...interface{}) func Info ¶ func Info(s string) func Infof ¶ func Infof(format string, a ...interface{}) func MissingAPIKey ¶ func MissingAPIKey() Types ¶ This section is empty. Source Files ¶ View all Source files style.go Click to show internal directories. Click to hide internal directories.