//
pkg.gl
Category
github.com/efficientgo/core
errcapture
package
1.0.0-rc.3
Repository:
https://github.com/efficientgo/core.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
4
Dependents
12
Files
30 SLOC
#
Functions
Do
Do runs function and on error return error by argument including the given error (usually from caller function).
ExhaustClose
ExhaustClose closes the io.ReadCloser with error capture but exhausts the reader before.