//
pkg.gl
Category
github.com/hahamx/utools
utils
errors
package
0.0.0-20230212075855-37d0fc33fcd1
Repository:
https://github.com/hahamx/utools.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
4
Dependents
1
Files
79 SLOC
#
Functions
Errorf
Errorf create a new error.
New
New create a new error.
WithStack
WithStack add caller stack information.
Wrap
Wrap with some extra message into err.
Wrapf
Wrapf with some extra message into err.
#
Interfaces
Error
Error a error with caller stack information.