//
pkg.gl
Category
github.com/khulnasoft/docker-volume-backup
internal
errwrap
package
2.42.0+incompatible
Repository:
https://github.com/khulnasoft/docker-volume-backup.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
4
Dependents
8
Files
32 SLOC
#
Functions
Unwrap
Unwrap receives an error and returns the last error in the chain of wrapped errors.
Wrap
Wrap wraps the given error using the given message while prepending the name of the calling function, creating a poor man's stack trace.