Documentation ¶ Index ¶ func Error(v ...any) func Errorf(format string, v ...any) func Fatal(v ...any) func Fatalf(format string, v ...any) func Info(v ...any) func Infof(format string, v ...any) func Okay(v ...any) func Okayf(format string, v ...any) type Style func (s Style) String(str string) string Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Error ¶ func Error(v ...any) func Errorf ¶ func Errorf(format string, v ...any) func Fatal ¶ func Fatal(v ...any) func Fatalf ¶ func Fatalf(format string, v ...any) func Info ¶ func Info(v ...any) func Infof ¶ func Infof(format string, v ...any) func Okay ¶ func Okay(v ...any) func Okayf ¶ func Okayf(format string, v ...any) Types ¶ type Style ¶ type Style string const ( Bold Style = "bold" Dim Style = "dim" Red Style = "red" Green Style = "green" Yellow Style = "yellow" Blue Style = "blue" DarkYellow Style = "dark-yellow" ) func (Style) String ¶ func (s Style) String(str string) string Source Files ¶ View all Source files term.go Click to show internal directories. Click to hide internal directories.