//
pkg.gl
Category
github.com/segmentio/errors-go
ioerrors
package
1.0.0
Repository:
https://github.com/segmentio/errors-go.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
2
Dependents
1
Files
53 SLOC
#
Functions
Adapt
Adapt checks the type of err and if it matches one of the error types or one of the error values of the standard io package, adapts it to make error types discoverable using the errors.Is function.