//
pkg.gl
Category
github.com/jialequ/linux-sdk
core
errorx
package
0.0.0-20240422121023-d12999f4ab47
Repository:
https://github.com/jialequ/linux-sdk.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
4
Dependents
7
Files
93 SLOC
#
Functions
Chain
Chain runs funs one by one until an error occurred.
Wrap
Wrap returns an error that wraps err with given message.
Wrapf
Wrapf returns an error that wraps err with given format and args.
#
Structs
AtomicError
AtomicError defines an atomic error.
BatchError
No description provided by the author