package
0.0.0-20181025162720-c8a214aafdbb
Repository: https://github.com/turbinelabs/nonstdlib.git
Documentation: pkg.go.dev
# Functions
Any returns the interface{} i or logs a fatal error e.
Float64 returns the float f or logs a fatal error e.
Int returns the int i or logs a fatal error e.
Int64 returns the int64 i or logs a fatal error e.
Result returns the *sql.Result r or logs a fatal error e.
Rows returns the *sql.Rows r or logs a fatal error e.
ShouldIncludeStackTrace controles whether or not calling die will also produce a stack trace when failing.
String returns the string s or logs a fatal error e.
Uint returns the uint u or logs a fatal error e.
Uint64 returns the uint u or logs a fatal error e.
Work will log a fatal error if e != nil.