Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Error ¶
func Error(args interface{})
Error handles and displays an error message. It formats the error message using the provided arguments.
func Errorf ¶
func Errorf(format string, args ...interface{})
Errorf formats and displays an error message using the provided format string and arguments.
func Fatal ¶
func Fatal(args interface{})
Fatal handles and displays a fatal error message. It then exits the program with a status code of 1.
func Fatalf ¶
func Fatalf(format string, args ...interface{})
Fatalf formats and displays a fatal error message using the provided format string and arguments. It then exits the program with a status code of 1.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.