Documentation ¶
Index ¶
- Variables
- func Error(err error) error
- func Errorf(format string, args ...any) error
- func Errorm(message string) error
- func Fatal(v ...any)
- func Log(kind string, args ...any)
- func Logf(kind string, format string, args ...any)
- func Logln(kind string, color string, args ...any) string
- func Panic(v ...any)
Constants ¶
This section is empty.
Variables ¶
View Source
var Blue = "\033[34m"
View Source
var Cyan = "\033[36m"
View Source
var Gray = "\033[37m"
View Source
var Green = "\033[32m"
View Source
var Purple = "\033[35m"
View Source
var Red = "\033[31m"
View Source
var Reset = "\033[0m"
View Source
var White = "\033[97m"
View Source
var Yellow = "\033[33m"
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.