package
0.0.2
Repository: https://github.com/jbowes/cling.git
Documentation: pkg.go.dev

# Functions

Errorf returns an error with the supplied format specifier, and a frame from the caller's stack.
New returns an error with the supplied text, and a frame from the caller's stack.
Seal returns an error wrapping err with the supplied text, and a frame from the caller's stack.
Sealf returns an error wrapping err with the supplied format specifier, and a frame from the caller's stack.
Wrap returns an error wrapping err with the supplied text, and a frame from the caller's stack.
Wrapf returns an error wrapping err with the supplied format specifier, and a frame from the caller's stack.