Documentation
¶
Overview ¶
Package fail provides function to handle program failures in case of errors.
Index ¶
Examples ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Fail = func(err error) { panic(err) }
The function gets called in case of an failure.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.