//
pkg.gl
Category
github.com/bluekaki/pkg
errors
package
1.9.9
Repository:
https://github.com/bluekaki/pkg.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
4
Dependents
29
Files
82 SLOC
#
Functions
Errorf
Errorf create a new error.
New
New create a new error.
Panic
Panic create a error from panic.
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 an error with stack info.