//
pkg.gl
Category
github.com/boostgo/lite
system
try
package
0.0.63
Repository:
https://github.com/boostgo/lite.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
5
Dependents
9
Files
37 SLOC
#
Functions
CatchPanic
CatchPanic got recover() return value and convert it to error.
Ctx
Ctx is like Try but provided function has context as an argument.
Must
Must run provided function but ignore error.
Try
Try recovers if panic was thrown.