//
pkg.gl
Category
github.com/YeHeng/go-web-api
pkg
errors
package
0.0.0-20210804064451-be3039468bfd
Repository:
https://github.com/yeheng/go-web-api.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
4
Dependents
2
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.