Documentation
¶
Index ¶
- Variables
- func Exit(status int)
- func Fatal(v ...interface{})
- func Fatalf(format string, v ...interface{})
- func Fatalln(v ...interface{})
- func Print(v ...interface{})
- func Printf(format string, v ...interface{})
- func Println(v ...interface{})
- func SetExiter(e Exiter)
- func Trace(v ...interface{})
- func Tracef(format string, v ...interface{})
- func Traceln(v ...interface{})
- type DefaultExiter
- type Exiter
Constants ¶
This section is empty.
Variables ¶
View Source
var Debug = (os.Getenv("DEBUG") == "1")
Debug true if environment variable DEBUG is set to 1
Functions ¶
func Fatalf ¶
func Fatalf(format string, v ...interface{})
Fatalf prints formatted value and exits with status 1
Types ¶
Click to show internal directories.
Click to hide internal directories.