//
pkg.gl
Category
github.com/dceldran/rclone
lib
errors
package
0.0.44-personal-build
Repository:
https://github.com/dceldran/rclone.git
Documentation:
pkg.go.dev
Overview
Versions
2
Dependencies
3
Dependents
6
Files
53 SLOC
#
Functions
Errorf
Errorf formats according to a format specifier and returns the string as a value that satisfies error.
New
New returns an error that formats as the given text.
Walk
Walk invokes the given function for each error in the chain.
#
Type aliases
WalkFunc
WalkFunc is the signature of the Walk callback function.